aboutsummaryrefslogtreecommitdiff
path: root/python/python3-intelHex/README
diff options
context:
space:
mode:
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.