rt-thread/components/net/lwip/lwip-1.4.1
Man, Jianting (Meco) b2fa700c2a
[lwip] integrate and improve lwipopts.h (#5613)
* [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>
2022-02-28 10:39:40 +08:00
..
doc [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
src [lwip] integrate and improve lwipopts.h (#5613) 2022-02-28 10:39:40 +08:00
test/unit [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
CHANGELOG [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
COPYING [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
FILES [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
README [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
README.md [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00
SConscript [lwip] integrate and improve lwipopts.h (#5613) 2022-02-28 10:39:40 +08:00
UPGRADING [net] adjust folder structure (#5587) 2022-02-20 00:07:45 +08:00

README.md

Porting network interface device for RT-Thread in lwIP. The major jobs following RT-Thread Team. The RT-Thread network interface device need to synchronize some network status and address information in lwIP, so it need to make some changes in the lwIP netwrok status and address operations function. The specific changes are as follows:

  • netif.c: add RT-Thread netdev header file , status synchronize(UP, LINK_UP), address synchronize(IP, netmask, gateway);

  • dns.c: add RT-Thread header file, dns servers synchronize;

  • sockets.c: custom 'select' function implementation in RT-Thread by the wait queue mode.

by ChenYong 2019/3/26 10:00 AM chenyong@rt-thread.com