intelhex
intelhex copied to clipboard
Python IntelHex library
_https://bugs.launchpad.net/intelhex/+bug/372625 Old bug from LP. Moving it here._ The most important bits: Standard range function has 3 parameters: start, stop [,step] here: stop is exclusive My tobinXXX group of methods...
The word "length" is spelled incorrectly in the parameter matching tuple. So if someone used the long param, it wouldn't match.
Added a "filter" option to the `hex2bin` script and function to prevent extra padding to be written to the binary file.
The readthedocs site doesn't appear to have any documentation for the hex2bin function (only the script which can be used from outside of Python is documented). Search didn't help (See...
On the readthedocs site, I can click on hex2bin in the scripts category, but searching for the term does nothing. On either Firefox or Chrome-based Edge browsers, I get "Searching..."...
Add width argument to diff_dumps to be able to generate more precise diffs
Lower layers already support tweaking this. So this simply adds the necessary knobs on the CLI tools.
Record 02 only changes bits 0-19 of linear address (where bits 0-3 are zero and bits 4-19 are specified). Bits 20-31 should not be modified.
add user define start address for function bin2hex
This PR switches to insinstance() for typechecking, so that __setitem__ and __getitem__ also work when passed a SubclassOfInt(int).