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 b928d9b commit bbe64fbCopy full SHA for bbe64fb
platform.txt
@@ -28,7 +28,7 @@ compiler.warning_flags.default=
28
compiler.warning_flags.more=-Wall
29
compiler.warning_flags.all=-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-pointer-arith
30
31
-compiler.path={runtime.tools.gcc-arm-none-eabi-5_2-2015q4.path}/bin/
+compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
32
compiler.c.cmd=arm-none-eabi-gcc
33
compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g {compiler.warning_flags} {build.float_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
34
compiler.c.elf.cmd=arm-none-eabi-gcc
0 commit comments