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 4
4
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
5
5
6
6
name=Arduino SAMD (32-bits ARM Cortex-M0+) Boards
7
- version=1.6.1
7
+ version=1.6.2
8
8
9
9
# Compile variables
10
- # ----------------------
10
+ # -----------------
11
11
12
12
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
13
13
compiler.c.cmd=arm-none-eabi-gcc
@@ -50,7 +50,7 @@ build.usb_manufacturer="Unknown"
50
50
51
51
52
52
# Compile patterns
53
- # ---------------------
53
+ # ----------------
54
54
55
55
## Compile c files
56
56
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]+).*
73
73
74
74
75
75
# Uploader tools
76
- # -------------------
76
+ # --------------
77
77
78
78
#
79
79
# BOSSA
You can’t perform that action at this time.
0 commit comments