pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

SDK2.0 Missing .hex file with pico_add_extra_outputs()

Open ecurtz opened this issue 1 year ago • 1 comments

pico_add_extra_outputs() in CMakeLists.txt is no longer generating the .hex versions, only the .bin and .uf2. All of the flags, including PICO_32BIT appear to be set correctly but pico_add_hex_output() is not being invoked for some reason.

forum thread here: https://forums.raspberrypi.com/viewtopic.php?t=375084

ecurtz avatar Aug 15 '24 17:08 ecurtz

fixed in develop

kilograham avatar Aug 15 '24 19:08 kilograham

fixed in develop

kilograham avatar Aug 19 '24 19:08 kilograham