File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 1- {
2- "packages":
3- [
4- {
5- "name": "ARM CMSIS",
6- "maintainer": "Arduino",
7- "websiteURL": "http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php",
8- "email": "packages@arduino.cc",
9- "help":
10- {
11- "online": "http://www.keil.com/pack/doc/cmsis/general/html/index.html"
12- },
13- "tools":
14- [
151 {
162 "name": "CMSIS",
173 "version": "%%VERSION%%",
4531 "checksum": "SHA-256:%%CHECKSUM%%",
4632 "size": "%%SIZE%%"
4733 },
34+ {
35+ "host": "arm-linux-gnueabihf",
36+ "url": "https://github.com/sam-geek/ArduinoModule-CMSIS/releases/download/v%%VERSION%%/%%FILENAME%%",
37+ "archiveFileName": "%%FILENAME%%",
38+ "checksum": "SHA-256:%%CHECKSUM%%",
39+ "size": "%%SIZE%%"
40+ },
4841 {
4942 "host": "all",
5043 "url": "https://github.com/sam-geek/ArduinoModule-CMSIS/releases/download/v%%VERSION%%/%%FILENAME%%",
5447 }
5548 ]
5649 }
57- ]
58- }
59- ]
60- }
You can’t perform that action at this time.
0 commit comments