You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert output to Intel HEX format unconditionally in post-build
This converts output to Intel HEX format unconditionally but to BIN
format just on demand for the following reasons:
1. Most flash programming tools support Intel HEX format, e.g. GDB
load command.
2. Output can have large holes in addresses which BIN format cannot
handle and can generate very large file.
0 commit comments