eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
109 stars 38 forks source link

Add support for TI-TXT files #14

Closed jvroutak closed 5 years ago

jvroutak commented 5 years ago

The format is widely used with MSP430 MCU. Format is described here:

http://srecord.sourceforge.net/man/man5/srec_ti_txt.html

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.09%) to 97.809% when pulling 208de88ac54049876bb8a1b91e2d0cf7757672d0 on vaisala-oss:master into 7f15d00c9112e749f38763b08eb686f3d6de1dbe on eerimoq:master.

jvroutak commented 5 years ago

Thank you for taking the time to review. Good points all around.

eerimoq commented 5 years ago

No problem. It's easy to review a well written PR. I didn't even have to ask you to add unit tests. =)

PS. See my new comment above regarding error messages. DS.

eerimoq commented 5 years ago

Released to PyPI, version 15.0.0.