Merge pull request #120 from arebert/lpc4088

[LPC4088]: Networking was broking when splitting peripheral RAM into two...
pull/122/head
Bogdan Marinescu 2013-12-09 07:07:45 -08:00
commit 28b16e995d
1 changed files with 4 additions and 0 deletions

View File

@ -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