forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mbed_lib.json
55 lines (55 loc) · 1.5 KB
/
mbed_lib.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
{
"name": "ppp",
"macros": ["NSAPI_PPP_AVAILABLE=(MBED_CONF_PPP_ENABLED || MBED_CONF_LWIP_PPP_ENABLED)"],
"config": {
"enabled": {
"help": "Enable support for PPP interfaces",
"value": false
},
"ipv4-enabled": {
"help": "Enable support for ipv4 PPP interface",
"value": true
},
"ipv6-enabled": {
"help": "Enable support for ipv6 PPP interface",
"value": false
},
"debug": {
"help": "Enable debug traces for PPP",
"value": false,
"macro_name": "PPP_DEBUG"
},
"enable-trace": {
"help": "Enable PPP packet traces (traces every outbound and inbound packet)",
"value": false
},
"thread-stacksize": {
"help": "Thread stack size for PPP",
"value": 816
},
"mbed-event-queue": {
"help": "Use mbed event queue instead of PPP thread",
"value": false
}
},
"target_overrides": {
"RZ_A1XX": {
"thread-stacksize": 896
},
"RZ_A2XX": {
"thread-stacksize": 896
},
"CY8CPROTO_062_4343W": {
"thread-stacksize": 896
},
"CY8CKIT_062_WIFI_BT": {
"thread-stacksize": 896
},
"CY8CKIT_062S2_43012": {
"thread-stacksize": 896
},
"CYSBSYSKIT_01": {
"thread-stacksize": 896
}
}
}