Uh oh!
There was an error while loading. Please reload this page.
- Add
IntelHex.find()method to find a given byte pattern. (Scott Armitage) - API changes:
IntelHex.segments()method supports new optional parametermin_gapto 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 optionalbyte_count
parameter fromIntelHex.write_hex_file(). Only used ifformat = 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)