forked from ARMmbed/mbed-hal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
49 lines (49 loc) · 969 Bytes
/
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
{
"name": "mbed-hal",
"version": "1.2.2",
"description": "mbed low-level Hardware Abstraction Layer",
"keywords": [
"mbed",
"HAL",
"mbed-official"
],
"author": "Martin Kojtal <[email protected]>",
"repository": {
"url": "[email protected]:ARMmbed/mbed-hal.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/mbed-hal",
"license": "Apache-2.0",
"extraIncludes": [
"mbed-hal"
],
"dependencies": {
"mbed-drivers": "*"
},
"targetDependencies": {
"silabs": {
"mbed-hal-silabs": "^1.0.0"
},
"freescale": {
"mbed-hal-freescale": "^1.0.0"
},
"st": {
"mbed-hal-st": "^1.0.0"
},
"nordic": {
"mbed-hal-nordic": "^2.0.0"
},
"cordio": {
"mbed-hal-cordio": "~0.0.5"
},
"nuvoton": {
"mbed-hal-nuvoton": "^1.0.0"
},
"nxp": {
"mbed-hal-nxp": "~0.1.0"
},
"arm-ssg": {
"mbed-hal-arm-ssg": "^1.0.0"
}
}
}