Skip to content

Commit 95f1fd5

Browse files
committed
Removed extra info from json template
1 parent 9006e5a commit 95f1fd5

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

extras/package_index.json.template

+7-18
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
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%%",
@@ -45,6 +31,13 @@
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%%",
@@ -54,7 +47,3 @@
5447
}
5548
]
5649
}
57-
]
58-
}
59-
]
60-
}

0 commit comments

Comments
 (0)