CMSIS headers for SAML21
This commit is contained in:
parent
9ca96e3172
commit
5b7c293b2f
4 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
{
|
||||
"packager": "arduino",
|
||||
"name": "CMSIS-Atmel",
|
||||
"version": "1.0.0"
|
||||
"version": "1.1.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
{
|
||||
"packager": "arduino",
|
||||
"name": "CMSIS-Atmel",
|
||||
"version": "1.0.0"
|
||||
"version": "1.1.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue