Symbol override data must be passed as hex bytes on the command line.
Support reading the from a binary file instead.
Support for input / output blobs:
-
SREC
-
Sparse output with IHEX / SREC, skipping uninitialized data:
# Generate blob with only the specified override fields elf-mangle in.elf -o out.bin --sparse -D field=123456
Can this be extracted from the README Markdown?
- No more
fprintf(stderr, ...)
. - Rework
#ifdef DEBUG
blocks to useif (DEBUG)
and rely on optimizer.