Skip to content

Support of Intel-HEX format for st-flash#459

Merged
texane merged 3 commits intostlink-org:masterfrom
dev26th:master
Sep 7, 2016
Merged

Support of Intel-HEX format for st-flash#459
texane merged 3 commits intostlink-org:masterfrom
dev26th:master

Conversation

@dev26th
Copy link
Contributor

@dev26th dev26th commented Sep 6, 2016

Hi

here is my implementation of Intel-HEX format for st-flash (both reading and writing). The format can be selected with new command line option '--format=ihex' (one may not specify for write with the format, the address will be taken from input file).

Additionally I've re-designed the command line parsing, because it was too complicated with the new option. And added some unit-tests for parsing itself to guaranty all old options still work.

Unfortunately it's not so easy to split this pull request to single features, but I could try if you prefer.

WMBR,
dev26th

@texane texane merged commit 66bdad3 into stlink-org:master Sep 7, 2016
@texane
Copy link
Contributor

texane commented Sep 7, 2016

Good one, thanks.
Merged, fixed a warning due to missing initializer (ie. empty braces {})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to download hexfile to target Reading application from hexfile for use with st-flash

3 participants