File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
21
21
22
22
name=Adafruit SAMD (32-bits ARM Cortex-M0+ and Cortex-M4) Boards
23
- version=1.5.0
23
+ version=1.5.1
24
24
25
25
# Compile variables
26
26
# -----------------
@@ -33,13 +33,13 @@ compiler.warning_flags.all=-Wall -Wextra
33
33
34
34
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
35
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}"""
36
+ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -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
37
compiler.c.elf.cmd=arm-none-eabi-gcc
38
38
compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
39
39
compiler.S.cmd=arm-none-eabi-gcc
40
40
compiler.S.flags=-c -g -x assembler-with-cpp -MMD
41
41
compiler.cpp.cmd=arm-none-eabi-g++
42
- compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g - Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -D__SKETCH_NAME__="""{build.project_name}"""
42
+ compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -D__SKETCH_NAME__="""{build.project_name}"""
43
43
compiler.ar.cmd=arm-none-eabi-ar
44
44
compiler.ar.flags=rcs
45
45
compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments