rt-thread/components
longtengmcu 63950c9259 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的功能
2020-05-17 15:51:35 +08:00
..
cplusplus [C++] rename the Thread/Mutex to cxx_Thread/Mutex to avoid same name issue 2020-04-30 21:08:04 +08:00
dfs 1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 2020-05-17 15:51:35 +08:00
drivers Merge pull request #3565 from OpenNuvoton/rtt_issues 2020-05-04 22:06:16 +08:00
finsh fix aarch64 compiler warning 2020-04-17 22:35:55 +08:00
libc remove redefinition 'mode_t' 2020-04-11 22:35:02 +08:00
lwp 修改lwp支持中arm cortex-a的swi入口函数处理 2019-04-27 13:54:51 +08:00
net 1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 2020-05-17 15:51:35 +08:00
utilities Update ry_sy.c 2020-03-11 11:56:35 +08:00
vbus [components/vbus]remove log_trace from vbus.c 2019-04-23 14:08:05 +08:00
vmm [components/vmm]remove log_trace item from vmm 2019-04-23 14:01:55 +08:00
Kconfig [components/Kconfig]解除组件初始化与使用user main的依赖,默认两者均不使能 2019-09-11 12:03:37 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00