Skip to content

Commit f5675cc

Browse files
author
andreas.larsson
committed
Increased the stack size for the lwIP thread from 1024 to 1200. Needed for the u-blox ODIN-W2 driver. The actually needed size has not been measured.
1 parent e87f013 commit f5675cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_LWIP/lwip-interface/lwipopts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
#define DEFAULT_ACCEPTMBOX_SIZE 8
8282

8383
#ifdef LWIP_DEBUG
84-
#define TCPIP_THREAD_STACKSIZE 1024*2
84+
#define TCPIP_THREAD_STACKSIZE 1200*2
8585
#else
86-
#define TCPIP_THREAD_STACKSIZE 1024
86+
#define TCPIP_THREAD_STACKSIZE 1200
8787
#endif
8888

8989
#define TCPIP_THREAD_PRIO (osPriorityNormal)

0 commit comments

Comments
 (0)