-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathmodule.json
More file actions
54 lines (54 loc) · 1.19 KB
/
module.json
File metadata and controls
54 lines (54 loc) · 1.19 KB
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 <bogdan.marinescu@arm.com>",
"repository": {
"url": "git@github.com: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"
]
}
}