hex2dfu icon indicating copy to clipboard operation
hex2dfu copied to clipboard

Simple command line tool to convert file format from Intel HEX to STM32 DFU.

Results 4 hex2dfu issues
Sort by recently updated
recently updated
newest added

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) { };