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 fdddb19 commit ff82b73Copy full SHA for ff82b73
platform.txt
@@ -31,7 +31,7 @@ compiler.warning_flags.default=
31
compiler.warning_flags.more=-Wall -Wno-expansion-to-defined
32
compiler.warning_flags.all=-Wall -Wextra -Wno-expansion-to-defined
33
34
-compiler.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
+compiler.path={runtime.tools.arm-none-eabi-gcc.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 -D__SKETCH_NAME__="""{build.project_name}"""
37
compiler.c.elf.cmd=arm-none-eabi-g++
0 commit comments