-
Notifications
You must be signed in to change notification settings - Fork 14
/
module.json
68 lines (68 loc) · 1.32 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
60
61
62
63
64
65
66
67
68
{
"name": "sal-stack-lwip",
"version": "1.4.1",
"description": "Lightweight IP",
"keywords": [
"lwip",
"network",
"sockets",
"mbed",
"mbed-official"
],
"author": "[email protected]",
"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"
},
{
"url": "https://spdx.org/licenses/BSD-4-Clause",
"type": "BSD-4-Clause"
},
{
"url": "https://spdx.org/licenses/MIT",
"type": "MIT"
},
{
"type": "LicenseRef-bsd-previous.txt"
}
],
"extraIncludes": [
"sal-stack-lwip",
"sal-stack-lwip/arch",
"sal-stack-lwip/lwip",
"sal-stack-lwip/lwip/include",
"sal-stack-lwip/lwip/include/ipv4",
"sal-stack-lwip/lwip/include/netif"
],
"dependencies": {
"sal": "^1.1.2",
"core-util": "^1.5.0"
},
"targetDependencies": {
"k64f": {
"sal-driver-lwip-k64f-eth": "^1.0.3",
"sal-iface-eth": "^1.0.0"
},
"nuvoton": {
"sal-driver-lwip-nuvoton": "^1.0.0",
"sal-iface-eth": "^1.0.0"
}
},
"testDependencies": {
"mbed-drivers": "^1.0.0"
},
"scripts": {
"testReporter": [
"mbedgt",
"--digest",
"stdin",
"-v",
"-V"
]
}
}