File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
55
66name=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
1212compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
1313compiler.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
5656recipe.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
You can’t perform that action at this time.
0 commit comments