Skip to content

Commit 5b7c293

Browse files
committed
CMSIS headers for SAML21
1 parent 9ca96e3 commit 5b7c293

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SAMD CORE 1.6.12 2017.02.02
44
* Fixed pinMode(pin, OUTPUT) not working after analogRead(pin)
55
* Reenabled support for Tian
66
* Fixed signature for Adafruit Circuit Playground Express board
7+
* Added CMSIS headers for SAML21 chip series. Thanks @aethaniel
78

89
SAMD CORE 1.6.11 2016.12.23
910

extras/package_index.json.Hourly.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{
4848
"packager": "arduino",
4949
"name": "CMSIS-Atmel",
50-
"version": "1.0.0"
50+
"version": "1.1.0"
5151
}
5252
]
5353
}

extras/package_index.json.PR.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
{
4848
"packager": "arduino",
4949
"name": "CMSIS-Atmel",
50-
"version": "1.0.0"
50+
"version": "1.1.0"
5151
}
5252
]
5353
}

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ compiler.S.extra_flags=
6464
compiler.ar.extra_flags=
6565
compiler.elf2hex.extra_flags=
6666

67-
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Include/" "-I{runtime.tools.CMSIS-Atmel-1.0.0.path}/CMSIS/Device/ATMEL/"
67+
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Include/" "-I{runtime.tools.CMSIS-Atmel-1.1.0.path}/CMSIS/Device/ATMEL/"
6868
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
6969

7070
# USB Flags

0 commit comments

Comments
 (0)