Releases: domohuhn/intel_hex
Releases · domohuhn/intel_hex
Intel HEX 1.2.1
Intel HEX 1.2.0
- The Memory Segment class and the segments container were seperated from the intel hex file code.
The memory segments can be reused for other tasks. - The checksum methods are now exported.
Intel HEX 1.1.1
- Removed unused import.
Intel HEX 1.1.0
- Added check for duplicate addresses when parsing a string.
- Added a method to get a ByteData object from the underlying buffer of a segment to simplify deserializing data.
- Added methods to append typed data to a memory segment.
- Added a check in toFileContents() to search for overlapping addresses.
- Management of the memory segments has been moved to its own class.
Intel HEX 1.0.0
The initial release of the library.