stm32f103-template/rt-thread/components/net/lwip/lwip-1.4.1
邱棚 47f414c189 scons build success 2023-05-09 22:30:49 +08:00
..
doc scons build success 2023-05-09 22:30:49 +08:00
src scons build success 2023-05-09 22:30:49 +08:00
test/unit scons build success 2023-05-09 22:30:49 +08:00
CHANGELOG scons build success 2023-05-09 22:30:49 +08:00
COPYING scons build success 2023-05-09 22:30:49 +08:00
FILES scons build success 2023-05-09 22:30:49 +08:00
README scons build success 2023-05-09 22:30:49 +08:00
README.md scons build success 2023-05-09 22:30:49 +08:00
SConscript scons build success 2023-05-09 22:30:49 +08:00
UPGRADING scons build success 2023-05-09 22:30:49 +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