File tree 1 file changed +7
-18
lines changed
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
- [
15
1
{
16
2
"name": "CMSIS",
17
3
"version": "%%VERSION%%",
45
31
"checksum": "SHA-256:%%CHECKSUM%%",
46
32
"size": "%%SIZE%%"
47
33
},
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
+ },
48
41
{
49
42
"host": "all",
50
43
"url": "https://github.com/sam-geek/ArduinoModule-CMSIS/releases/download/v%%VERSION%%/%%FILENAME%%",
54
47
}
55
48
]
56
49
}
57
- ]
58
- }
59
- ]
60
- }
You can’t perform that action at this time.
0 commit comments