aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-04 14:03:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-04 14:03:38 +0000
commit660c9df44e117f84bc51795abbfb4189cb736c82 (patch)
treeff872512afe755dea0fa30c8039e26d9a142ed58
parentb0fb2171c4b933ed56411da780a4d2111bc9f4a1 (diff)
downloadChibiOS-660c9df44e117f84bc51795abbfb4189cb736c82.tar.gz
ChibiOS-660c9df44e117f84bc51795abbfb4189cb736c82.tar.bz2
ChibiOS-660c9df44e117f84bc51795abbfb4189cb736c82.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1206 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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
/**