Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip by
Revision 14:3d3ad63396b2, committed 2013-12-09
- Comitter:
- mbed_official
- Date:
- Mon Dec 09 15:15:09 2013 +0000
- Parent:
- 13:8e34c2cbce5d
- Child:
- 15:e5bb25d5506f
- Commit message:
- Synchronized with git revision 28b16e995df50b06bab7ba109952dfca9d867b67
Full URL: https://github.com/mbedmicro/mbed/commit/28b16e995df50b06bab7ba109952dfca9d867b67/
[LPC4088]: Networking was broking when splitting peripheral RAM into two...
Changed in this revision
| lwipopts.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/lwipopts.h Mon Nov 04 09:00:09 2013 +0000 +++ b/lwipopts.h Mon Dec 09 15:15:09 2013 +0000 @@ -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
