File tree 4 files changed +4
-3
lines changed
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
4
4
* Fixed pinMode(pin, OUTPUT) not working after analogRead(pin)
5
5
* Reenabled support for Tian
6
6
* Fixed signature for Adafruit Circuit Playground Express board
7
+ * Added CMSIS headers for SAML21 chip series. Thanks @aethaniel
7
8
8
9
SAMD CORE 1.6.11 2016.12.23
9
10
Original file line number Diff line number Diff line change 47
47
{
48
48
"packager": "arduino",
49
49
"name": "CMSIS-Atmel",
50
- "version": "1.0 .0"
50
+ "version": "1.1 .0"
51
51
}
52
52
]
53
53
}
Original file line number Diff line number Diff line change 47
47
{
48
48
"packager": "arduino",
49
49
"name": "CMSIS-Atmel",
50
- "version": "1.0 .0"
50
+ "version": "1.1 .0"
51
51
}
52
52
]
53
53
}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ compiler.S.extra_flags=
64
64
compiler.ar.extra_flags=
65
65
compiler.elf2hex.extra_flags=
66
66
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/"
68
68
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-4.5.0.path}/CMSIS/Lib/GCC/" -larm_cortexM0l_math
69
69
70
70
# USB Flags
You can’t perform that action at this time.
0 commit comments