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/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python3-intelHex/slack-desc (limited to 'python/python3-intelHex/slack-desc') diff --git a/python/python3-intelHex/slack-desc b/python/python3-intelHex/slack-desc new file mode 100644 index 0000000000..d8b188638b --- /dev/null +++ b/python/python3-intelHex/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-intelHex: python3-intelHex (Manipulate Intel Hex format data) +python3-intelHex: +python3-intelHex: The Intel HEX file format is widely used in microprocessors and +python3-intelHex: microcontrollers area (embedded systems etc) as the de facto standard +python3-intelHex: for representation of code to be programmed into microelectronic +python3-intelHex: devices. +python3-intelHex: +python3-intelHex: This work implements an intelhex Python library to read, write, +python3-intelHex: create from scratch and manipulate data from Intel HEX file format. +python3-intelHex: +python3-intelHex: -- cgit v1.2.3