b2fa700c2a
* [lwip-2.1.2] improve lwipopts.h * 增加LWIP RTT侧版本定义 * 移动调整cc.h和lwipopts.h定义 * lwip2.1.2 2.0.3抽出lwipopts.h lwippools.h * remove lwip1.4.1 lwipopts.h * [update] modify the default config through v1.4.1 * delete the useless macro and modify some unclear comments. * [lwipopts.h] 完善头文件相关宏以及临界区保护相关宏 * remove latest version label Co-authored-by: liuxianliang <liuxianliang@rt-thread.com>
11 lines
345 B
C
11 lines
345 B
C
#if 1
|
|
LWIP_MALLOC_MEMPOOL_START
|
|
LWIP_MALLOC_MEMPOOL((unsigned char)128, 256)
|
|
LWIP_MALLOC_MEMPOOL((unsigned char)128, 512)
|
|
LWIP_MALLOC_MEMPOOL((unsigned char)128, 1024)
|
|
LWIP_MALLOC_MEMPOOL((unsigned char)128, 1514)
|
|
LWIP_MALLOC_MEMPOOL((unsigned char)128, 1536)
|
|
LWIP_MALLOC_MEMPOOL((unsigned char)128, 4096)
|
|
LWIP_MALLOC_MEMPOOL_END
|
|
#endif
|