forked from ARMmbed/mbed-drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
54 lines (54 loc) · 1.19 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
{
"name": "mbed-drivers",
"version": "1.5.0",
"description": "mbed OS C++ drivers, with classes supporting SPI, I2C, UART, GPIO and ADC peripherals. This module is the core of mbed OS, on which most applications depend, and the successor to the classic mbed SDK.",
"keywords": [
"mbed",
"mbed-official",
"drivers",
"spi",
"i2c",
"uart",
"gpio",
"adc",
"hardware",
"abstraction"
],
"author": "Bogdan Marinescu <[email protected]>",
"repository": {
"url": "[email protected]:ARMmbed/mbed-drivers.git",
"type": "git"
},
"homepage": "https://github.com/ARMmbed/mbed-drivers",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"extraIncludes": [
"mbed"
],
"dependencies": {
"mbed-hal": "^1.0.0",
"cmsis-core": "^1.0.0",
"ualloc": "^1.0.0",
"minar": "^1.0.0",
"core-util": "^1.0.0",
"compiler-polyfill": "^1.1.0",
"greentea-client": ">=0.1.4,<2.0.0"
},
"testDependencies": {
"unity": "^2.0.0"
},
"targetDependencies": {},
"scripts": {
"testReporter": [
"mbedgt",
"--digest",
"stdin",
"-v",
"-V"
]
}
}