CMSIS headers for SAML21

This commit is contained in:
Cristian Maglie 2017-02-02 16:13:48 +01:00
parent 9ca96e3172
commit 5b7c293b2f
4 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,7 @@ SAMD CORE 1.6.12 2017.02.02
* Fixed pinMode(pin, OUTPUT) not working after analogRead(pin)
* Reenabled support for Tian
* Fixed signature for Adafruit Circuit Playground Express board
* Added CMSIS headers for SAML21 chip series. Thanks @aethaniel
SAMD CORE 1.6.11 2016.12.23

View file

@ -47,7 +47,7 @@
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.0.0"
"version": "1.1.0"
}
]
}

View file

@ -47,7 +47,7 @@
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.0.0"
"version": "1.1.0"
}
]
}

View file

@ -64,7 +64,7 @@ compiler.S.extra_flags=
compiler.ar.extra_flags=
compiler.elf2hex.extra_flags=
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/"
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/"
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
# USB Flags