Skip to content

Commit 02a23e5

Browse files
LWIP: Remove unused MBOX configs
The configs have never been used and LWIP just uses its own settings.
1 parent b1b0673 commit 02a23e5

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

features/lwipstack/lwipopts.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@
8484
#define LWIP_RAW MBED_CONF_LWIP_RAW_SOCKET_ENABLED
8585

8686
#define MEMP_NUM_TCPIP_MSG_INPKT MBED_CONF_LWIP_MEMP_NUM_TCPIP_MSG_INPKT
87-
#define TCPIP_MBOX_SIZE MBED_CONF_LWIP_TCPIP_MBOX_SIZE
88-
#define DEFAULT_TCP_RECVMBOX_SIZE MBED_CONF_LWIP_DEFAULT_TCP_RECVMBOX_SIZE
89-
#define DEFAULT_UDP_RECVMBOX_SIZE 8
90-
#define DEFAULT_RAW_RECVMBOX_SIZE 8
91-
#define DEFAULT_ACCEPTMBOX_SIZE 8
9287

9388
// Thread stacks use 8-byte alignment
9489
#define LWIP_ALIGN_UP(pos, align) ((pos) % (align) ? (pos) + ((align) - (pos) % (align)) : (pos))

features/lwipstack/mbed_lib.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@
9090
"help": "TCP Maximum segment size, see LWIP opt.h for more information. Current default is 536.",
9191
"value": 536
9292
},
93-
"tcpip-mbox-size": {
94-
"help": "TCPIP mailbox size",
95-
"value": 8
96-
},
97-
"default-tcp-recvmbox-size": {
98-
"help": "Default TCPIP receive mailbox size",
99-
"value": 8
100-
},
10193
"mbox-size": {
10294
"help": "mailbox size",
10395
"value": 8

0 commit comments

Comments
 (0)