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:
18:2dd57fc0af78
Parent:
16:092c37b63ee8
diff -r 335b94e0aa9c -r 2dd57fc0af78 core/mem.c
--- a/core/mem.c	Thu Nov 06 11:00:46 2014 +0000
+++ b/core/mem.c	Mon Feb 09 09:15:27 2015 +0000
@@ -178,7 +178,7 @@
  * how that space is calculated). */
 #ifndef LWIP_RAM_HEAP_POINTER
 
-#if defined(TARGET_LPC4088)
+#if defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
 #  if defined (__ICCARM__)
 #     define ETHMEM_SECTION
 #  elif defined(TOOLCHAIN_GCC_CR)