Improved Serial Escape Handling
Version 0.9.0 of Tockloader brings these new features:
- The command
dump-flash-page
can now accept a page number in hexadecimal. - New command called
read
for reading arbitrary ranges of flash memory. - An interrupted
listen
session will now resume listening on the same serial device as it started on. This is relevant when there are multiple bootloader supporting boards attached.
And these bug fixes:
- Escape characters in the serial bootloader are now handled properly. Before they could be escaped multiple times.
- App binaries are now checked to ensure they aren't longer than their header says they should be.
- Flags specified before/after the command are handled properly.