Skip to content

Commit

Permalink
Merge pull request #120 from arebert/lpc4088
Browse files Browse the repository at this point in the history
[LPC4088]: Networking was broking when splitting peripheral RAM into two...
  • Loading branch information
bogdanm committed Dec 9, 2013
2 parents 17471ea + f5511ff commit 28b16e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/net/lwip/lwip/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28b16e9

Please sign in to comment.