Skip to content

Commit f772be9

Browse files
committed
Added version field to platform.txt
1 parent cad6935 commit f772be9

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

hardware/arduino/avr/platform.txt

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
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/..
816
compiler.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

5563
tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
5664
tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf

hardware/arduino/sam/platform.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
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

57
name=Arduino ARM (32-bits) Boards
8+
version=1.5.3
9+
10+
# SAM3 compile variables
11+
# ----------------------
12+
613
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
714
compiler.c.cmd=arm-none-eabi-gcc
815
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf

0 commit comments

Comments
 (0)