A small, dependency-free Python script to parse and display Intel HEX files with readable information. Useful when working with AVR toolchains or inspecting embedded firmware images. Files ...
I've been using hex files created by the build system to test bug fixes to MicroPython. I had to move the file system higher in flash due to larger code from setting a different compiler ...