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.2.8
23
+ version=1.2.9
24
24
25
25
# Compile variables
26
26
# -----------------
@@ -33,7 +33,7 @@ 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
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
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
@@ -185,4 +185,4 @@ tools.openocd-withbootsize.erase.pattern=
185
185
186
186
tools.openocd-withbootsize.bootloader.params.verbose=-d2
187
187
tools.openocd-withbootsize.bootloader.params.quiet=-d0
188
- tools.openocd-withbootsize.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; init; halt; at91samd bootloader 0; program {{{runtime.platform.path}/bootloaders/{bootloader.file}}} verify reset; shutdown"
188
+ tools.openocd-withbootsize.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; init; halt; at91samd bootloader 0; program {{{runtime.platform.path}/bootloaders/{bootloader.file}}} verify reset; shutdown"
You can’t perform that action at this time.
0 commit comments