File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version=1.6.2
12
12
# ---------------------
13
13
14
14
# Default "compiler.path" is correct, change only if you want to overidde the initial value
15
- compiler.path={runtime.ide. path}/hardware/tools/avr /bin/
15
+ compiler.path={runtime.tools.avr-gcc-4.8.1-arduino. path}/bin/
16
16
compiler.c.cmd=avr-gcc
17
17
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -MMD
18
18
# -w flag added to avoid printing a wrong warning http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59396
@@ -75,8 +75,9 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
75
75
# AVR Uploader/Programmers tools
76
76
# ------------------------------
77
77
78
- tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
79
- tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
78
+ tools.avrdude.path={runtime.tools.avrdude.path}
79
+ tools.avrdude.cmd.path={path}/avrdude
80
+ tools.avrdude.config.path={path}/avrdude.conf
80
81
81
82
tools.avrdude.upload.params.verbose=-v
82
83
tools.avrdude.upload.params.quiet=-q -q
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ version=1.6.2
10
10
# SAM3 compile variables
11
11
# ----------------------
12
12
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/
14
14
compiler.c.cmd=arm-none-eabi-gcc
15
15
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
16
16
compiler.c.elf.cmd=arm-none-eabi-gcc
@@ -76,9 +76,9 @@ recipe.size.regex=\.text\s+([0-9]+).*
76
76
# SAM3 Uploader tools
77
77
# -------------------
78
78
79
+ tools.bossac.path={runtime.tools.bossac.path}
79
80
tools.bossac.cmd=bossac
80
81
tools.bossac.cmd.windows=bossac.exe
81
- tools.bossac.path={runtime.ide.path}/hardware/tools
82
82
83
83
tools.bossac.upload.params.verbose=-i -d
84
84
tools.bossac.upload.params.quiet=
You can’t perform that action at this time.
0 commit comments