We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1085de commit bdf0608Copy full SHA for bdf0608
platform.txt
@@ -31,7 +31,7 @@ compiler.warning_flags.default=
31
compiler.warning_flags.more=-Wall
32
compiler.warning_flags.all=-Wall -Wextra
33
34
-compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
+compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1.path}/bin/
35
compiler.c.cmd=arm-none-eabi-gcc
36
compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
37
compiler.c.elf.cmd=arm-none-eabi-gcc
0 commit comments