intelhex
intelhex copied to clipboard
Python IntelHex library
I am testing this module for some production/testing firmware automation and I am super pleased! I am noticing that when I encode a hex file to a dict with this...
I recently met a problem with application which requires Intel HEX files but with segment addressing instead of linear. So I added another (shex - segment hex) output format for...
I saw in loadhex() is supported the record type == 2 (IHEX_EXTENDED_SEGMENT_ADDRESS_RECORD), but in write_hex_file(), there is not supported this record type? Thanks.
installing w/ pip (7.1.2, setuptools 18.4) on python 2.7.10, the scripts were installed mode 0644 (i.e., not set executable).
Hello, my issue might be considered more as improvement. So I don't know if this is the right place. I've observed that when You want to use [write_hex_file](https://github.com/python-intelhex/intelhex/blob/5c15003d08bf53512d5eaa54c7d2825a8b5c37cc/intelhex/__init__.py#L547), then You...
I'd like to have some extras for pip install, e.g. optional tests, benchmark and scripts. See https://www.python.org/dev/peps/pep-0508/#id21
Altough it is not normally supported by the .hex format, many vendors embed comments in their .hex file, which make them impossible to parse by IntelHex unless pre-cleaned programmatically. It...
When I use this package to generate memory initializing file for alera_mf MEM 1 port with 16 bit word length, the saved hex file is working. I create and use...
In addition to finding contiguous occupied data addresses, it is often useful to be able to further split these segments based on an integer alignment, such as a flash page...