git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10805 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2017-10-10 12:46:14 +00:00
parent ec92a52257
commit 5911dea006
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,6 @@
/* Optional, application-specific settings.*/
#define TCPIP_MBOX_SIZE MEMP_NUM_PBUF
#define SLIPIF_THREAD_STACKSIZE 1024
#define TCPIP_THREAD_STACKSIZE 1024
#endif /* LWIP_HDR_LWIPOPTS_H__ */

View File

@ -29,7 +29,9 @@
#define LWIP_TIMERS 1
#define LWIP_TIMERS_CUSTOM 0
#define LWIP_TCPIP_CORE_LOCKING 0
#define LWIP_TCPIP_CORE_LOCKING 1
#define LWIP_TCPIP_CORE_LOCKING_INPUT 0
#define LWIP_COMPAT_MUTEX_ALLOWED
#define SYS_LIGHTWEIGHT_PROT 0