Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 7, 2016
Merged

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
Collaborator

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