mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #120 from arebert/lpc4088
[LPC4088]: Networking was broking when splitting peripheral RAM into two...pull/122/head
commit
28b16e995d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue