cmcu为stm32h743IIt6
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 90c74bc31a 创建,添加sdram 2 months ago
..
doc 创建,添加sdram 2 months ago
src 创建,添加sdram 2 months ago
test/unit 创建,添加sdram 2 months ago
CHANGELOG 创建,添加sdram 2 months ago
COPYING 创建,添加sdram 2 months ago
FILES 创建,添加sdram 2 months ago
README 创建,添加sdram 2 months ago
README.md 创建,添加sdram 2 months ago
SConscript 创建,添加sdram 2 months ago
UPGRADING 创建,添加sdram 2 months 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