Skip to content

Releases: domohuhn/intel_hex

Intel HEX 1.2.1

29 Oct 20:00
Compare
Choose a tag to compare
  • Added an example showing how to convert an Intel Hex file to binary

Intel HEX 1.2.0

08 Aug 18:35
Compare
Choose a tag to compare
  • 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

08 Jul 19:36
Compare
Choose a tag to compare
  • Removed unused import.

Intel HEX 1.1.0

08 Jul 18:59
Compare
Choose a tag to compare
  • 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

08 Jul 16:32
Compare
Choose a tag to compare

The initial release of the library.