Skip to content

Commit 8c24e5a

Browse files
committed
PortentaH7: recompile lwip with larger buffers
1 parent 2ce358c commit 8c24e5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
13.3 KB
Binary file not shown.

variants/PORTENTA_H7_M7/mbed_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
#define MBED_CONF_LWIP_MBOX_SIZE 8 // set by library:lwip
185185
#define MBED_CONF_LWIP_MEMP_NUM_TCPIP_MSG_INPKT 8 // set by library:lwip
186186
#define MBED_CONF_LWIP_MEMP_NUM_TCP_SEG 16 // set by library:lwip
187-
#define MBED_CONF_LWIP_MEM_SIZE 2310 // set by library:lwip[STM]
187+
#define MBED_CONF_LWIP_MEM_SIZE 16000 // set by library:lwip[PORTENTA_H7]
188188
#define MBED_CONF_LWIP_NUM_NETBUF 8 // set by library:lwip
189189
#define MBED_CONF_LWIP_NUM_PBUF 8 // set by library:lwip
190190
#define MBED_CONF_LWIP_PBUF_POOL_SIZE 5 // set by library:lwip

0 commit comments

Comments
 (0)