You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Enable trace support for PPP interfaces
33
+
Defined by: library:lwip
34
+
No value set
35
+
Name: lwip.ethernet-enabled
36
+
Description: Enable support for Ethernet interfaces
37
+
Defined by: library:lwip
38
+
Macro name: MBED_CONF_LWIP_ETHERNET_ENABLED
39
+
Value: 1 (set by library:lwip)
36
40
Name: lwip.ip-ver-pref
37
41
Description: On dual-stack system the preferred stack: 4 for IPv4 and 6 for IPv6
38
42
Defined by: library:lwip
39
43
Macro name: MBED_CONF_LWIP_IP_VER_PREF
40
44
Value: 4 (set by library:lwip)
45
+
Name: lwip.ipv4-enabled
46
+
Description: Enable IPv4
47
+
Defined by: library:lwip
48
+
Macro name: MBED_CONF_LWIP_IPV4_ENABLED
49
+
Value: 1 (set by library:lwip)
50
+
Name: lwip.ipv6-enabled
51
+
Description: Enable IPv6
52
+
Defined by: library:lwip
53
+
No value set
41
54
Name: lwip.mem-size
42
55
Description: Size of heap (bytes) - used for outgoing packets, and also used by some drivers for reception. Current default (used if null here) is set to 1600 in opt.h, unless overridden by target Ethernet drivers.
43
56
Defined by: library:lwip
57
+
Macro name: MBED_CONF_LWIP_MEM_SIZE
58
+
Value: 16384 (set by library:lwip[Freescale])
59
+
Name: lwip.memp-num-tcp-seg
60
+
Description: Number of simultaneously queued TCP segments. Current default (used if null here) is set to 16 in opt.h, unless overridden by target Ethernet drivers.
61
+
Defined by: library:lwip
44
62
No value set
45
63
Name: lwip.pbuf-pool-bufsize
46
64
Description: Size of pbufs in pool. If set to null, lwIP will base the size on the TCP MSS, which is 536 unless overridden by the target
@@ -50,21 +68,65 @@ Name: lwip.pbuf-pool-size
50
68
Description: Number of pbufs in pool - usually used for received packets, so this determines how much data can be buffered between reception and the application reading. If a driver uses PBUF_RAM for reception, less pool may be needed. Current default (used if null here) is set to 5 in lwipopts.h, unless overridden by target Ethernet drivers.
51
69
Defined by: library:lwip
52
70
No value set
71
+
Name: lwip.ppp-enabled
72
+
Description: Enable support for PPP interfaces
73
+
Defined by: library:lwip
74
+
No value set
75
+
Name: lwip.ppp-ipv4-enabled
76
+
Description: Enable support for ipv4 PPP interface
77
+
Defined by: library:lwip
78
+
Macro name: NSAPI_PPP_IPV4_AVAILABLE
79
+
Value: 1 (set by library:lwip)
80
+
Name: lwip.ppp-ipv6-enabled
81
+
Description: Enable support for ipv6 PPP interface
82
+
Defined by: library:lwip
83
+
No value set
84
+
Name: lwip.ppp-thread-stacksize
85
+
Description: Thread stack size for PPP
86
+
Defined by: library:lwip
87
+
Macro name: MBED_CONF_LWIP_PPP_THREAD_STACKSIZE
88
+
Value: 768 (set by library:lwip)
53
89
Name: lwip.socket-max
54
90
Description: Maximum number of open TCPServer, TCPSocket and UDPSocket instances allowed, including one used internally for DNS. Each requires 236 bytes of pre-allocated RAM
55
91
Defined by: library:lwip
56
92
Macro name: MBED_CONF_LWIP_SOCKET_MAX
57
93
Value: 4 (set by library:lwip)
94
+
Name: lwip.tcp-enabled
95
+
Description: Enable TCP
96
+
Defined by: library:lwip
97
+
Macro name: MBED_CONF_LWIP_TCP_ENABLED
98
+
Value: 1 (set by library:lwip)
99
+
Name: lwip.tcp-maxrtx
100
+
Description: Maximum number of retransmissions of data segments.
101
+
Defined by: library:lwip
102
+
Macro name: MBED_CONF_LWIP_TCP_MAXRTX
103
+
Value: 6 (set by library:lwip)
104
+
Name: lwip.tcp-mss
105
+
Description: TCP Maximum segment size. Current default (used if null here) is set to 536 in opt.h, unless overridden by target Ethernet drivers.
106
+
Defined by: library:lwip
107
+
No value set
58
108
Name: lwip.tcp-server-max
59
109
Description: Maximum number of open TCPServer instances allowed. Each requires 72 bytes of pre-allocated RAM
60
110
Defined by: library:lwip
61
111
Macro name: MBED_CONF_LWIP_TCP_SERVER_MAX
62
112
Value: 4 (set by library:lwip)
113
+
Name: lwip.tcp-snd-buf
114
+
Description: TCP sender buffer space (bytes). Current default (used if null here) is set to (2 * TCP_MSS) in opt.h, unless overridden by target Ethernet drivers.
115
+
Defined by: library:lwip
116
+
No value set
63
117
Name: lwip.tcp-socket-max
64
118
Description: Maximum number of open TCPSocket instances allowed. Each requires 196 bytes of pre-allocated RAM
65
119
Defined by: library:lwip
66
120
Macro name: MBED_CONF_LWIP_TCP_SOCKET_MAX
67
121
Value: 4 (set by library:lwip)
122
+
Name: lwip.tcp-synmaxrtx
123
+
Description: Maximum number of retransmissions of SYN segments. Current default (used if null here) is set to 6 in opt.h
124
+
Defined by: library:lwip
125
+
No value set
126
+
Name: lwip.tcp-wnd
127
+
Description: TCP sender buffer space (bytes). Current default (used if null here) is set to (4 * TCP_MSS) in opt.h, unless overridden by target Ethernet drivers.
128
+
Defined by: library:lwip
129
+
No value set
68
130
Name: lwip.tcpip-thread-stacksize
69
131
Description: Stack size for lwip TCPIP thread
70
132
Defined by: library:lwip
@@ -75,73 +137,10 @@ Name: lwip.udp-socket-max
75
137
Defined by: library:lwip
76
138
Macro name: MBED_CONF_LWIP_UDP_SOCKET_MAX
77
139
Value: 4 (set by library:lwip)
78
-
Name: lwip.ppp-thread-stacksize
79
-
Description: Thread stack size for PPP
80
-
Defined by: library:lwip
81
-
Macro name: MBED_CONF_LWIP_PPP_THREAD_STACKSIZE
82
-
Value: 768 (set by library:lwip)
83
-
Name: lwip.ethernet-enabled
84
-
Description: Enable support for Ethernet interfaces
85
-
Defined by: library:lwip
86
-
Macro name: MBED_CONF_LWIP_ETHERNET_ENABLED
87
-
Value: 1 (set by library:lwip)
88
-
Name: lwip.ipv4-enabled
89
-
Description: Enable IPv4
90
-
Defined by: library:lwip
91
-
Macro name: MBED_CONF_LWIP_IPV4_ENABLED
92
-
Value: 1 (set by library:lwip)
93
-
Name: lwip.ipv6-enabled
94
-
Description: Enable IPv6
95
-
Defined by: library:lwip
96
-
No value set
97
-
Name: lwip.tcp-enabled
98
-
Description: Enable TCP
99
-
Defined by: library:lwip
100
-
Macro name: MBED_CONF_LWIP_TCP_ENABLED
101
-
Value: 1 (set by library:lwip)
102
-
Name: lwip.ppp-enabled
103
-
Description: Enable support for PPP interfaces
104
-
Defined by: library:lwip
105
-
No value set
106
-
Name: lwip.ppp-ipv4-enabled
107
-
Description: Enable support for ipv4 PPP interface
108
-
Defined by: library:lwip
109
-
Macro name: NSAPI_PPP_IPV4_AVAILABLE
110
-
Value: 1 (set by library:lwip)
111
-
Name: lwip.ppp-ipv6-enabled
112
-
Description: Enable support for ipv6 PPP interface
113
-
Defined by: library:lwip
114
-
No value set
115
-
Name: cellular.random_max_start_delay
116
-
Description: Maximum random delay value used in start-up sequence in milliseconds
Description: Number of DNS query retries that the DNS translator makes per server, before moving on to the next server. Total retries/attempts is always limited by dns-total-attempts.
248
+
Defined by: library:nsapi
249
+
No value set
250
+
Name: nsapi.dns-total-attempts
251
+
Description: Number of total DNS query attempts that the DNS translator makes
252
+
Defined by: library:nsapi
253
+
Macro name: MBED_CONF_NSAPI_DNS_TOTAL_ATTEMPTS
254
+
Value: 3 (set by library:nsapi)
255
+
Name: nsapi.present
256
+
Defined by: library:nsapi
257
+
Macro name: MBED_CONF_NSAPI_PRESENT
258
+
Value: 1 (set by library:nsapi)
259
+
Name: nsapi.socket-stats-enable
260
+
Description: Enable network socket statistics
261
+
Defined by: library:nsapi
262
+
No value set
263
+
Name: nsapi.socket-stats-max-count
264
+
Description: Maximum number of socket statistics cached
Copy file name to clipboardExpand all lines: docs/reference/configuration/Platform.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ The following is the complete list of platform configuration parameters, as gene
7
7
```
8
8
Configuration parameters
9
9
------------------------
10
-
11
10
Name: platform.all-stats-enabled
12
11
Description: Set to 1 to enable all platform stats. When enabled the functions mbed_stats_*_get returns non-zero data. See mbed_stats.h for more information
Value: "\nFor more info, visit: https://armmbed.github.io/mbedos-error/?error=0x%08X" (set by library:platform)
42
37
Name: platform.error-filename-capture-enabled
43
38
Description: Enables capture of filename and line number as part of error context capture, this works only for debug and develop builds. On release builds, filename capture is always disabled
44
39
Defined by: library:platform
@@ -60,7 +55,8 @@ Name: platform.error-reboot-max
60
55
Name: platform.fatal-error-auto-reboot-enabled
61
56
Description: Setting this to true enables auto-reboot on a fatal error.
0 commit comments