IntelHex 2.1
What's new in IntelHex 2.1 release.
Bugfixes
- Better Python 3 compatibility when
hex2bin.pyandbin2hex.pyscripts are trying to read/write binary data from stdin or to stdout. (GitHub issue #4)
New features
- API changes: added
IntelHex.segments()method that returns a list of ordered tuple objects, representing contiguous occupied data addresses. (Andrew Fernandes) - New command-line script
hexinfo.pyto print summary about hex files contents (file name, start address, address ranges covered by the data) in YAML format. (Andrew Fernandes) - API changes:
IntelHex.dump()method gets new optional parameters:width,withpaddingto control generation of output text. (patch from GitHub user durexyl) - Script
hex2dump.pygets new option--widthto support corresponding parameter inIntelHex.dump()method.
Misc
- The main activity of the IntelHex project slowly drifting towards GitHub - the main social network for OSS developers. I'd really like to get some help from additional maintainer though.