Skip to content

Commit 4109fb7

Browse files
committed
[LPC4088]: Networking was broking when splitting peripheral RAM into two sections
1 parent 1dbb6d9 commit 4109fb7

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+
#elif
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)