Skip to content

Commit 0360860

Browse files
committed
added CMSIS 5.4.0 tool, update samd to use gcc 9-2019q4 and CMSIS 5.4.0
1 parent 979c0bf commit 0360860

File tree

2 files changed

+59
-4
lines changed

2 files changed

+59
-4
lines changed

bpt.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ index_template =
164164
],
165165
"toolsDependencies": [
166166
{{
167-
"packager": "arduino",
167+
"packager": "adafruit",
168168
"name": "arm-none-eabi-gcc",
169-
"version": "7-2017q4"
169+
"version": "9-2019q4"
170170
}},
171171
{{
172172
"packager": "arduino",
@@ -184,9 +184,9 @@ index_template =
184184
"version": "0.10.0-arduino7"
185185
}},
186186
{{
187-
"packager": "arduino",
187+
"packager": "adafruit",
188188
"name": "CMSIS",
189-
"version": "4.5.0"
189+
"version": "5.4.0"
190190
}},
191191
{{
192192
"packager": "arduino",

package_adafruit_index.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,61 @@
33
{
44
"websiteURL": "https://adafruit.com",
55
"tools": [
6+
{
7+
"name": "CMSIS",
8+
"version": "5.4.0",
9+
"systems": [
10+
{
11+
"host": "i686-mingw32",
12+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
13+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
14+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
15+
"size": "153772853"
16+
},
17+
{
18+
"host": "x86_64-apple-darwin",
19+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
20+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
21+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
22+
"size": "153772853"
23+
},
24+
{
25+
"host": "x86_64-pc-linux-gnu",
26+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
27+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
28+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
29+
"size": "153772853"
30+
},
31+
{
32+
"host": "i686-pc-linux-gnu",
33+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
34+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
35+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
36+
"size": "153772853"
37+
},
38+
{
39+
"host": "arm-linux-gnueabihf",
40+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
41+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
42+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
43+
"size": "153772853"
44+
},
45+
{
46+
"host": "aarch64-linux-gnu",
47+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
48+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
49+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
50+
"size": "153772853"
51+
},
52+
{
53+
"host": "all",
54+
"url": "https://github.com/ARM-software/CMSIS_5/archive/5.4.0.tar.gz",
55+
"archiveFileName": "CMSIS_5-5.4.0-adafruit.tar.gz",
56+
"checksum": "SHA-256:93d09907ceb23a520ef65e6b5014d2e866efa6b7f5fe5d8828b29bbc54dec697",
57+
"size": "153772853"
58+
}
59+
]
60+
},
661
{
762
"name": "arm-none-eabi-gcc",
863
"version": "9-2019q4",

0 commit comments

Comments
 (0)