File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22IntelHex releases
33*****************
44
5- 2.3.0 (unreleased )
5+ 2.3.0 (2020-10-20 )
66------------------
77* Add ``IntelHex.find() `` method to find a given byte pattern. (Scott Armitage)
88* API changes: ``IntelHex.segments() `` method supports new optional parameter
Original file line number Diff line number Diff line change 22Python IntelHex Library User Manual
33-----------------------------------
44
5- :Version: 2.2
5+ :Version: 2.3.0
66
77.. contents::
88.. sectnum::
Original file line number Diff line number Diff line change 11# IntelHex library version information
2- version_info = (2 , 2 , 1 )
2+ version_info = (2 , 3 , 0 )
33version_str = '.' .join ([str (i ) for i in version_info ])
Original file line number Diff line number Diff line change 3535
3636'''Intel HEX file format bin2hex convertor utility.'''
3737
38- VERSION = '2.2.1 '
38+ VERSION = '2.3.0 '
3939
4040if __name__ == '__main__' :
4141 import getopt
Original file line number Diff line number Diff line change 3535
3636'''Intel HEX file format hex2bin convertor utility.'''
3737
38- VERSION = '2.2.1 '
38+ VERSION = '2.3.0 '
3939
4040if __name__ == '__main__' :
4141 import getopt
Original file line number Diff line number Diff line change 3535
3636"""Show content of hex file as hexdump."""
3737
38- VERSION = '2.2.1 '
38+ VERSION = '2.3.0 '
3939
4040USAGE = '''hex2dump: show content of hex file as hexdump.
4141Usage:
Original file line number Diff line number Diff line change 3737of compared data.
3838"""
3939
40- VERSION = '2.2.1 '
40+ VERSION = '2.3.0 '
4141
4242USAGE = '''hexdiff: diff dumps of 2 hex files.
4343Usage:
Original file line number Diff line number Diff line change 3838 data (if any), in YAML format.
3939"""
4040
41- VERSION = '2.2.1 '
41+ VERSION = '2.3.0 '
4242
4343USAGE = '''hexinfo: summarize a hex file's contents.
4444Usage:
Original file line number Diff line number Diff line change 3535
3636"""Merge content of several hex files into one file."""
3737
38- VERSION = '2.2.1 '
38+ VERSION = '2.3.0 '
3939
4040USAGE = '''hexmerge: merge content of hex files.
4141Usage:
You can’t perform that action at this time.
0 commit comments