hex2dfu
hex2dfu copied to clipboard
Simple command line tool to convert file format from Intel HEX to STM32 DFU.
in some cases two hex files need to be combined into one DFU - like for instance bootloader and firmware are originally compiled together
https://github.com/prusa3d/hex2dfu/ ? that's pretty cool :)
some of ed25519 logic does not have ```#ifdef ED25519_SUPPORT``` so this code does not compile as is is anywhere alive here? I can offer a PR if there is a...
why doesn't the definition match the implementation? uint32_t crc32(uint32_t crc, const void *buf, size_t size); unsigned int crc32(unsigned int crc, const void *buf, size_t size) { };
Add basic error handling for input/output file open action. Quit with error message instead of crashing trying to write unopened file handle.