-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmodule.json
59 lines (59 loc) · 1.16 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "cmsis-core",
"version": "1.2.0",
"description": "CMSIS-Core",
"keywords": [
"cmsis",
"mbed",
"mbed-official"
],
"author": "Bogdan Marinescu <bogdan.marinescu@arm.com>",
"repository": {
"url": "git@github.com:ARMmbed/cmsis-core.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/cmsis-core",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
},
{
"url": "https://spdx.org/licenses/BSD-3-Clause",
"type": "BSD-3-Clause"
}
],
"dependencies": {},
"extraIncludes": [
"cmsis-core"
],
"targetDependencies": {
"silabs": {
"cmsis-core-silabs": "^1.0.0"
},
"freescale": {
"cmsis-core-freescale": "^1.0.0"
},
"st": {
"cmsis-core-st": "^1.0.0"
},
"nordic": {
"cmsis-core-nordic": "^1.0.0"
},
"cordio": {
"cmsis-core-cordio": "~0.0.2"
},
"nuvoton": {
"cmsis-core-nuvoton": "^1.0.0"
},
"nxp": {
"cmsis-core-nxp": "~0.1.0"
},
"arm-ssg": {
"cmsis-core-arm-ssg": "^1.0.0"
},
"atmel": {
"cmsis-core-atmel": "^1.0.0"
}
}
}