Skip to content

Commit 28b16e9

Browse files
committed
Merge pull request #120 from arebert/lpc4088
[LPC4088]: Networking was broking when splitting peripheral RAM into two...
2 parents 17471ea + f5511ff commit 28b16e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/net/lwip/lwip/lwipopts.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
// 32-bit alignment
4949
#define MEM_ALIGNMENT 4
5050

51+
#if defined(TARGET_LPC4088)
52+
#define MEM_SIZE 15360
53+
#else
5154
#define MEM_SIZE 16362
55+
#endif
5256

5357
#define PBUF_POOL_SIZE 5
5458
#define MEMP_NUM_TCP_PCB_LISTEN 4

0 commit comments

Comments
 (0)