Skip to content

Commit 87b9f8a

Browse files
Federico Fissoreadamvoss
Federico Fissore
authored andcommitted
Fixed platforms(.txt)
1 parent 873e753 commit 87b9f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version=1.6.2
1010
# SAM3 compile variables
1111
# ----------------------
1212

13-
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
13+
compiler.path={runtime.tools.arm-none-eabi-gcc-4.4.1-sourcery2010q1-188.path}/bin/
1414
compiler.c.cmd=arm-none-eabi-gcc
1515
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
1616
compiler.c.elf.cmd=arm-none-eabi-gcc
@@ -76,9 +76,9 @@ recipe.size.regex=\.text\s+([0-9]+).*
7676
# SAM3 Uploader tools
7777
# -------------------
7878

79+
tools.bossac.path={runtime.tools.bossac.path}
7980
tools.bossac.cmd=bossac
8081
tools.bossac.cmd.windows=bossac.exe
81-
tools.bossac.path={runtime.ide.path}/hardware/tools
8282

8383
tools.bossac.upload.params.verbose=-i -d
8484
tools.bossac.upload.params.quiet=

0 commit comments

Comments
 (0)