Skip to content

Commit 59b34f2

Browse files
author
oclyke
committed
add -O ihex flag to hex generation
1 parent ac623b9 commit 59b34f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ compiler.cxx.flags=-include {build.variant.path}/mbed/mbed_config.h -iprefix{run
4949
compiler.ld.flags=@{build.variant.path}/mbed/.ld-flags {compiler.ld.extra_flags} --specs=nosys.specs -lsupc++ -lstdc++
5050
compiler.ar.flags=rcsP {compiler.ar.extra_flags} {compiler.ar.extra_flags}
5151
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}
52+
compiler.axf2hex.flags={compiler.axf2hex.extra_flags} {compiler.axf2hex.extra_flags} -O ihex
5353

5454
# extra flags (can be overridden in platform.local.txt)
5555
compiler.preproc.extra_flags=

0 commit comments

Comments
 (0)