@@ -31,7 +31,7 @@ compiler.warning_flags.default=
31
31
compiler.warning_flags.more=-Wall
32
32
compiler.warning_flags.all=-Wall -Wextra
33
33
34
- compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1 .path}/bin/
34
+ compiler.path={runtime.tools.arm-none-eabi-gcc-7-2017q4 .path}/bin/
35
35
compiler.c.cmd=arm-none-eabi-gcc
36
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-g++
@@ -64,7 +64,7 @@ compiler.S.extra_flags=
64
64
compiler.ar.extra_flags=
65
65
compiler.elf2hex.extra_flags=
66
66
67
- compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Include/" "-I{runtime.tools.CMSIS-Atmel-1.1 .0.path}/CMSIS/Device/ATMEL/"
67
+ compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Include/" "-I{runtime.tools.CMSIS-Atmel-1.2 .0.path}/CMSIS/Device/ATMEL/"
68
68
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
69
69
70
70
# USB Flags
@@ -131,7 +131,7 @@ tools.avrdude_remote.upload.pattern="openocd --version 2>&1 | grep 2016 && if op
131
131
#
132
132
# BOSSA
133
133
#
134
- tools.bossac.path={runtime.tools.bossac-1.7.0.path}
134
+ tools.bossac.path={runtime.tools.bossac-1.7.0-arduino3 .path}
135
135
tools.bossac.cmd=bossac
136
136
tools.bossac.cmd.windows=bossac.exe
137
137
@@ -147,7 +147,7 @@ tools.bossac.upload.network_pattern="{network_cmd}" -address {serial.port} -port
147
147
#
148
148
# BOSSA (ignore binary size)
149
149
#
150
- tools.bossacI.path={runtime.tools.bossac-1.7.0.path}
150
+ tools.bossacI.path={runtime.tools.bossac-1.7.0-arduino3 .path}
151
151
tools.bossacI.cmd=bossac
152
152
tools.bossacI.cmd.windows=bossac.exe
153
153
0 commit comments