File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ Contributors:
2020* Stefan Schmitt
2121* Zachary Clifford
2222* "durexyl" @ GitHub
23+ * "erki1993" @ GitHub
2324* "mentaal" @ GitHub
Original file line number Diff line number Diff line change 1111 dict keys. (patch from GitHub user mentaal)
1212 - Added get_memory_size() method: approx memory footprint of IntelHex object
1313 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)
1418
1519* 2016/03/31 v.2.1
1620
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ without external libraries or 2to3 tool from the same codebase.
4141Download
4242--------
4343* https://pypi.python.org/pypi/IntelHex
44- * https://launchpad.net/intelhex/+download
4544* https://github.com/bialix/intelhex
4645
4746Install
@@ -56,14 +55,6 @@ Install from sources (classic python's magic spell):
5655
5756Source code
5857-----------
59- Intelhex project on Launchpad:
60-
61- https://launchpad.net/intelhex/
62-
63- Get code with bzr:
64-
65- bzr branch lp:intelhex
66-
6758IntelHex on GitHub:
6859
6960 https://github.com/bialix/intelhex
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ to ``write_hex_file`` call:
2727
2828 * ``write_start_addr`` - you can disable start address record in new hex file;
2929 * ``eolstyle`` - you can force ``CRLF`` line endings in new hex file.
30+ * ``byte_count`` - you can control how many bytes should be written to each
31+ data record.
3032
3133
3234Data converters
You can’t perform that action at this time.
0 commit comments