python-intelhex / intelhex

Python IntelHex library
BSD 3-Clause "New" or "Revised" License
201 stars 107 forks source link

does it support extended segment address write? #28

Open PitterL opened 5 years ago

PitterL commented 5 years ago

I saw in loadhex() is supported the record type == 2 (IHEX_EXTENDED_SEGMENT_ADDRESS_RECORD), but in write_hex_file(), there is not supported this record type?

Thanks.

bialix commented 5 years ago

Sorry for not working on your issue. I'm looking for a new maintainer for Python IntelHex project. I hope someone will help.

bialix commented 4 years ago

Patch is in process: https://github.com/python-intelhex/intelhex/pull/41