File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11
2+ # Arduino AVR Core and platform.
3+ # ------------------------------
4+
5+ # For more info:
6+ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
7+
8+ name=Arduino AVR Boards
9+ version=1.5.3
10+
211# AVR compile variables
312# ---------------------
413
5- name=Arduino AVR Boards
614# Default "compiler.path" is correct, change only if you want to overidde the initial value
715#compiler.path={ide.path}/tools/avr/bin/..
816compiler.c.cmd=avr-gcc
@@ -50,7 +58,7 @@ recipe.size.regex=Total\s+([0-9]+).*
5058
5159
5260# AVR Uploader/Programmers tools
53- # -------------------
61+ # ------------------------------
5462
5563tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
5664tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
Original file line number Diff line number Diff line change 11
2- # SAM3 compile variables
3- # ---------------------
2+ # Arduino SAM Core and platform.
3+ #
4+ # For more info:
5+ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
46
57name=Arduino ARM (32-bits) Boards
8+ version=1.5.3
9+
10+ # SAM3 compile variables
11+ # ----------------------
12+
613compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
714compiler.c.cmd=arm-none-eabi-gcc
815compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
You can’t perform that action at this time.
0 commit comments