aboutsummaryrefslogtreecommitdiff
path: root/python/python3-intelHex/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2025-02-06 21:49:46 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-06 22:02:14 +0700
commiteba506ca4cabafeb1ca1e509b722faf5bec8d4ea (patch)
tree39f07e692ad69bb79bee9343cd4c8c86b813bc20 /python/python3-intelHex/README
parent64a2350ee4fd5fe9d3f8e3429291034634dbb617 (diff)
python/python3-intelHex: Added (Python Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-intelHex/README')
-rw-r--r--python/python3-intelHex/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/python3-intelHex/README b/python/python3-intelHex/README
new file mode 100644
index 0000000000..9ab33c99a8
--- /dev/null
+++ b/python/python3-intelHex/README
@@ -0,0 +1,13 @@
+The Intel HEX file format is widely used in microprocessors
+and microcontrollers area (embedded systems etc) as the
+de facto standard for representation of code to be programmed
+into microelectronic devices.
+
+This work implements an intelhex Python library to read,
+write, create from scratch and manipulate data from
+Intel HEX file format.
+
+The distribution package also includes several convenience
+Python scripts, including "classic" hex2bin and bin2hex
+converters and more, those based on the library itself.
+Check the docs to know more.