-
Notifications
You must be signed in to change notification settings - Fork 28
/
module.json
52 lines (52 loc) · 1 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
{
"name": "mbed-hal",
"version": "1.3.0",
"description": "mbed low-level Hardware Abstraction Layer",
"keywords": [
"mbed",
"HAL",
"mbed-official"
],
"author": "Martin Kojtal <martin.kojtal@arm.com>",
"repository": {
"url": "git@github.com: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"
},
"atmel": {
"mbed-hal-atmel": "^1.0.0"
}
}
}