Skip to content

Commit 3812ce2

Browse files
committed
Update news and manual on write_hex_file.
1 parent 86fe89f commit 3812ce2

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Contributors:
2020
* Stefan Schmitt
2121
* Zachary Clifford
2222
* "durexyl" @ GitHub
23+
* "erki1993" @ GitHub
2324
* "mentaal" @ GitHub

News.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ NEWS
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

Readme.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ without external libraries or 2to3 tool from the same codebase.
4141
Download
4242
--------
4343
* https://pypi.python.org/pypi/IntelHex
44-
* https://launchpad.net/intelhex/+download
4544
* https://github.com/bialix/intelhex
4645

4746
Install
@@ -56,14 +55,6 @@ Install from sources (classic python's magic spell):
5655

5756
Source 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-
6758
IntelHex on GitHub:
6859

6960
https://github.com/bialix/intelhex

docs/manual/part2-5.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3234
Data converters

0 commit comments

Comments
 (0)