> This patch adds Intel Hexadecimal Object File format support to
> the loader.  The file format specification is available here:
> http://www.piclist.com/techref/fileext/hex/intel.htm
> 
> The file format is mainly intended for embedded systems
> and microcontrollers, such as Micro:bit Arduino, ARM, STM32, etc.
> 

The hex format is used mainly by Cortex-M boards. This code doesn't
support them, because armv7m uses its own load function. Could you add
support for armv7m?

Best regards, Julia Suvorova.

Reply via email to