Skip to content

Commit 606eb9a

Browse files
committed
Fix runtime paths for new tools
http://downloads.arduino.cc/packages/package_newboards_index.json contains all the needed tools
1 parent acbf2db commit 606eb9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compiler.warning_flags.default=
3131
compiler.warning_flags.more=-Wall
3232
compiler.warning_flags.all=-Wall -Wextra
3333

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/
3535
compiler.c.cmd=arm-none-eabi-gcc
3636
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
3737
compiler.c.elf.cmd=arm-none-eabi-g++
@@ -64,7 +64,7 @@ compiler.S.extra_flags=
6464
compiler.ar.extra_flags=
6565
compiler.elf2hex.extra_flags=
6666

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/"
6868
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
6969

7070
# USB Flags
@@ -131,7 +131,7 @@ tools.avrdude_remote.upload.pattern="openocd --version 2>&1 | grep 2016 && if op
131131
#
132132
# BOSSA
133133
#
134-
tools.bossac.path={runtime.tools.bossac-1.7.0.path}
134+
tools.bossac.path={runtime.tools.bossac-1.7.0-arduino3.path}
135135
tools.bossac.cmd=bossac
136136
tools.bossac.cmd.windows=bossac.exe
137137

@@ -147,7 +147,7 @@ tools.bossac.upload.network_pattern="{network_cmd}" -address {serial.port} -port
147147
#
148148
# BOSSA (ignore binary size)
149149
#
150-
tools.bossacI.path={runtime.tools.bossac-1.7.0.path}
150+
tools.bossacI.path={runtime.tools.bossac-1.7.0-arduino3.path}
151151
tools.bossacI.cmd=bossac
152152
tools.bossacI.cmd.windows=bossac.exe
153153

0 commit comments

Comments
 (0)