rt-thread-official/components/dfs
longtengmcu d75f03e4b0 1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 …
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
4、修改注释信息
2020-05-21 22:05:38 +08:00
..
filesystems Fixed typo 'WirtePageWithLayout' in uffs 2020-02-21 21:37:05 +08:00
include Support msc mode automatic switching 2020-03-16 10:50:34 +08:00
src 1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 … 2020-05-21 22:05:38 +08:00
Kconfig [components/dfs/ramfs] Automatically select memheap when ramfs enabled.|当使能ramfs时自动选中memheap。 2019-04-24 15:11:49 +08:00
SConscript [libc] Add RT_USING_POSIX macro. 2017-10-17 22:27:06 +08:00