Skip to content

Commit a17594a

Browse files
committed
Merge branch 'master' into zero
1 parent 889332c commit a17594a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
55

66
name=Arduino SAMD (32-bits ARM Cortex-M0+) Boards
7-
version=1.6.1
7+
version=1.6.2
88

99
# Compile variables
10-
# ----------------------
10+
# -----------------
1111

1212
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
1313
compiler.c.cmd=arm-none-eabi-gcc
@@ -50,7 +50,7 @@ build.usb_manufacturer="Unknown"
5050

5151

5252
# Compile patterns
53-
# ---------------------
53+
# ----------------
5454

5555
## Compile c files
5656
recipe.c.o.pattern="{compiler.path}{compiler.c.cmd}" {compiler.c.flags} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.c.extra_flags} {build.extra_flags} {compiler.arm.cmsis.path} {includes} "{source_file}" -o "{object_file}"
@@ -73,7 +73,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
7373

7474

7575
# Uploader tools
76-
# -------------------
76+
# --------------
7777

7878
#
7979
# BOSSA

0 commit comments

Comments
 (0)