From eba506ca4cabafeb1ca1e509b722faf5bec8d4ea Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Thu, 6 Feb 2025 21:49:46 +0700 Subject: python/python3-intelHex: Added (Python Library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-intelHex/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/python3-intelHex/README (limited to 'python/python3-intelHex/README') 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. -- cgit v1.2.3