Skip to content

Commit bd0c38e

Browse files
committed
update cmsis-atmel and bossac path (we'll see!)
1 parent f41c917 commit bd0c38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8.0-48-gb176eee.path}
135135
tools.bossac.cmd=bossac
136136
tools.bossac.cmd.windows=bossac.exe
137137
#tools.bossac.cmd.linux=bossac_linux

0 commit comments

Comments
 (0)