Skip to content

IntelHex 2.3.0

Latest
Compare
Choose a tag to compare
@The-42 The-42 released this 20 Oct 20:22
· 12 commits to master since this release
2.3.0
  • Add IntelHex.find() method to find a given byte pattern. (Scott Armitage)
  • API changes: IntelHex.segments() method supports new optional parameter
    min_gap to allow consolidation of segments with small but existing gaps
    into a single segment. Default value is 1. (Ryan Downing)
  • API changes: IntelHex.tofile() now supports the optional byte_count
    parameter from IntelHex.write_hex_file(). Only used if format = hex.
    (Reis Baltaoglu)
  • Fix Python 3.9 compatibility issue with 'array' module (Piotr Korowacki)
  • Fix installation for Python version taking setup rather from setuptools than
    distutils (Theo Sbrissa)