aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h b/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h
index ddb3aac11..17c799866 100644
--- a/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h
+++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/lwipopts.h
@@ -1001,7 +1001,7 @@
* sys_thread_new() when the thread is created.
*/
#ifndef TCPIP_THREAD_STACKSIZE
-#define TCPIP_THREAD_STACKSIZE 256
+#define TCPIP_THREAD_STACKSIZE 1024
#endif
/**
@@ -1035,7 +1035,7 @@
* sys_thread_new() when the thread is created.
*/
#ifndef SLIPIF_THREAD_STACKSIZE
-#define SLIPIF_THREAD_STACKSIZE 512
+#define SLIPIF_THREAD_STACKSIZE 1024
#endif
/**
@@ -1060,7 +1060,7 @@
* sys_thread_new() when the thread is created.
*/
#ifndef PPP_THREAD_STACKSIZE
-#define PPP_THREAD_STACKSIZE 512
+#define PPP_THREAD_STACKSIZE 1024
#endif
/**
@@ -1085,7 +1085,7 @@
* sys_thread_new() when the thread is created.
*/
#ifndef DEFAULT_THREAD_STACKSIZE
-#define DEFAULT_THREAD_STACKSIZE 512
+#define DEFAULT_THREAD_STACKSIZE 1024
#endif
/**