lwip_bleedingedge

Fork of lwip by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Dec 09 15:15:09 2013 +0000
Parent:
13:8e34c2cbce5d
Child:
15:e5bb25d5506f
Commit message:
Synchronized with git revision 28b16e995df50b06bab7ba109952dfca9d867b67

Full URL: https://github.com/mbedmicro/mbed/commit/28b16e995df50b06bab7ba109952dfca9d867b67/

[LPC4088]: Networking was broking when splitting peripheral RAM into two...

Changed in this revision

lwipopts.h Show annotated file Show diff for this revision Revisions of this file
--- a/lwipopts.h	Mon Nov 04 09:00:09 2013 +0000
+++ b/lwipopts.h	Mon Dec 09 15:15:09 2013 +0000
@@ -48,7 +48,11 @@
 // 32-bit alignment
 #define MEM_ALIGNMENT               4
 
+#if defined(TARGET_LPC4088)
+#define MEM_SIZE                    15360
+#else
 #define MEM_SIZE                    16362
+#endif
 
 #define PBUF_POOL_SIZE              5
 #define MEMP_NUM_TCP_PCB_LISTEN     4