mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-13 23:48:28 +03:00
Fixed platforms(.txt)
This commit is contained in:
@@ -10,7 +10,7 @@ version=1.6.2
|
||||
# SAM3 compile variables
|
||||
# ----------------------
|
||||
|
||||
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
|
||||
compiler.path={runtime.tools.arm-none-eabi-gcc-4.4.1-sourcery2010q1-188.path}/bin/
|
||||
compiler.c.cmd=arm-none-eabi-gcc
|
||||
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
|
||||
compiler.c.elf.cmd=arm-none-eabi-gcc
|
||||
@@ -76,9 +76,9 @@ recipe.size.regex=\.text\s+([0-9]+).*
|
||||
# SAM3 Uploader tools
|
||||
# -------------------
|
||||
|
||||
tools.bossac.path={runtime.tools.bossac.path}
|
||||
tools.bossac.cmd=bossac
|
||||
tools.bossac.cmd.windows=bossac.exe
|
||||
tools.bossac.path={runtime.ide.path}/hardware/tools
|
||||
|
||||
tools.bossac.upload.params.verbose=-i -d
|
||||
tools.bossac.upload.params.quiet=
|
||||
|
Reference in New Issue
Block a user