We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac623b9 commit 59b34f2Copy full SHA for 59b34f2
platform.txt
@@ -49,7 +49,7 @@ compiler.cxx.flags=-include {build.variant.path}/mbed/mbed_config.h -iprefix{run
49
compiler.ld.flags=@{build.variant.path}/mbed/.ld-flags {compiler.ld.extra_flags} --specs=nosys.specs -lsupc++ -lstdc++
50
compiler.ar.flags=rcsP {compiler.ar.extra_flags} {compiler.ar.extra_flags}
51
compiler.axf2bin.flags={compiler.axf2bin.extra_flags} {compiler.axf2bin.extra_flags} -O binary
52
-compiler.axf2hex.flags={compiler.axf2hex.extra_flags} {compiler.axf2hex.extra_flags}
+compiler.axf2hex.flags={compiler.axf2hex.extra_flags} {compiler.axf2hex.extra_flags} -O ihex
53
54
# extra flags (can be overridden in platform.local.txt)
55
compiler.preproc.extra_flags=
0 commit comments