This is lwip library for WlanBP3595 library. We forked lwip library. We extended TCP/IP thread stack size.

Fork of lwip by mbed official

Revision:
19:1046f8be4d44
Parent:
18:2dd57fc0af78
--- a/core/memp.c	Mon Feb 09 09:15:27 2015 +0000
+++ b/core/memp.c	Thu Mar 12 14:31:39 2015 +0000
@@ -168,7 +168,7 @@
 
 #if defined(TARGET_LPC1768)
 #  define ETHMEM_SECTION __attribute((section("AHBSRAM1")))
-#elif defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM) || defined(TARGET_K64F) || defined(TARGET_RZ_A1H)
+#else
 #  define ETHMEM_SECTION 
 #endif