We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66342cc commit e5b9c39Copy full SHA for e5b9c39
platform.txt
@@ -29,7 +29,7 @@ compiler.S.cmd=arm-none-eabi-gcc
29
compiler.S.flags=-mthumb -c -x assembler-with-cpp {compiler.stm.extra_include}
30
compiler.cpp.cmd=arm-none-eabi-g++
31
compiler.cpp.flags=-mthumb -c {build.flags.optimize} {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD {compiler.stm.extra_include}
32
-compiler.ar.cmd=arm-none-eabi-ar
+compiler.ar.cmd=arm-none-eabi-gcc-ar
33
compiler.ar.flags=rcs
34
compiler.objcopy.cmd=arm-none-eabi-objcopy
35
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
0 commit comments