File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
66 - API changes: ``IntelHex.write_hex_file`` method: added support for new
77 parameter: ``eolstyle = native | CRLF``. (Alexander Belchenko)
8+ - API changes: ``IntelHex.write_hex_file()`` method gets new optional
9+ parameter ``byte_count`` to specify how many bytes should be written
10+ to each data record in output file. Default value is 16.
11+ (patch from GitHub user erki1993)
812 - Unit tests: Fixed xrange overflow test for Python 2.7 on 64-bit platforms.
913 Use sys.maxint to ensure we trigger an exception. (Masayuki Takeda)
1014 - Script ``hexinfo.py``: Python 3 compatibility for processing start address
1115 dict keys. (patch from GitHub user mentaal)
1216 - Added get_memory_size() method: approx memory footprint of IntelHex object
1317 plus data. (Alexander Belchenko)
14- - API changes: ``IntelHex.write_hex_file()`` method gets new optional
15- parameter ``byte_count`` to specify how many bytes should be written
16- to each data record in output file. Default value is 16.
17- (patch from GitHub user erki1993)
18+ - Better compatibility with Python 3. (Alexander Belchenko)
1819
1920* 2016/03/31 v.2.1
2021
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ without external libraries or 2to3 tool from the same codebase.
4141Download
4242--------
4343* https://pypi.python.org/pypi/IntelHex
44- * https://github.com/bialix/intelhex
44+ * https://github.com/bialix/intelhex/releases
4545
4646Install
4747-------
You can’t perform that action at this time.
0 commit comments