File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
11
# AVR compile variables
3
12
# ---------------------
4
13
5
- name=Arduino AVR Boards
6
14
# Default "compiler.path" is correct, change only if you want to overidde the initial value
7
15
#compiler.path={ide.path}/tools/avr/bin/..
8
16
compiler.c.cmd=avr-gcc
@@ -50,7 +58,7 @@ recipe.size.regex=Total\s+([0-9]+).*
50
58
51
59
52
60
# AVR Uploader/Programmers tools
53
- # -------------------
61
+ # ------------------------------
54
62
55
63
tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
56
64
tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
Original file line number Diff line number Diff line change 1
1
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
4
6
5
7
name=Arduino ARM (32-bits) Boards
8
+ version=1.5.3
9
+
10
+ # SAM3 compile variables
11
+ # ----------------------
12
+
6
13
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
7
14
compiler.c.cmd=arm-none-eabi-gcc
8
15
compiler.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