File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
89SAMD CORE 1.6.11 2016.12.23
910
Original file line number Diff line number Diff line change 4747 {
4848 "packager": "arduino",
4949 "name": "CMSIS-Atmel",
50- "version": "1.0 .0"
50+ "version": "1.1 .0"
5151 }
5252 ]
5353 }
Original file line number Diff line number Diff line change 4747 {
4848 "packager": "arduino",
4949 "name": "CMSIS-Atmel",
50- "version": "1.0 .0"
50+ "version": "1.1 .0"
5151 }
5252 ]
5353 }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ compiler.S.extra_flags=
6464compiler.ar.extra_flags=
6565compiler.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/"
6868compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
6969
7070# USB Flags
You can’t perform that action at this time.
0 commit comments