You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
sc f762d5d7f8 sdio+fatfs创建 4 days ago
..
doc sdio+fatfs创建 4 days ago
src sdio+fatfs创建 4 days ago
test/unit sdio+fatfs创建 4 days ago
CHANGELOG sdio+fatfs创建 4 days ago
COPYING sdio+fatfs创建 4 days ago
FILES sdio+fatfs创建 4 days ago
README sdio+fatfs创建 4 days ago
README.md sdio+fatfs创建 4 days ago
SConscript sdio+fatfs创建 4 days ago
UPGRADING sdio+fatfs创建 4 days ago

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