Library for Intel HEX Files Manipulations

Edit Package intelhex
http://www.bialix.com/intelhex/

Python implementation of Intel HEX file format allows you read, modify, write hex files and convert them to binary form.

The Intel HEX file format widely used in microprocessors and microcontrollers area as the de-facto standard for representation of code for programming microelectronic devices.

This work implements an **intelhex** Python library to read, write, create from scratch and manipulate data from HEX (also known as Intel HEX) file format. These operations are provided by “IntelHex” class.

The distribution package also includes several convenience Python scripts to do basic tasks that utilize this library. The “bin2hex.py” script converts binary data to HEX, and the “hex2bin.py” works the other direction. “hex2dump.py” converts data from HEX to a hexdump which is useful for inspecting data, and “hexmerge.py” merges multiple HEX files into one.

Refresh
Refresh
Source Files
Filename Size Changed
2.3.0.zip 0000095895 93.6 KB
intelhex.changes 0000003812 3.72 KB
intelhex.spec 0000002346 2.29 KB
Revision 9 (latest revision is 10)
Stanislav Brabec's avatar Stanislav Brabec (sbrabec) accepted request 982863 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
- update to 2.3.0:
  * Add IntelHex.find() method to find a given byte pattern. (Scott Armitage)
  * API changes: IntelHex.segments() method supports new optional parameter
  * min_gap to 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 optional byte_count
    parameter from IntelHex.write_hex_file(). Only used if format = hex.
  * 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)
Comments 0
openSUSE Build Service is sponsored by