Merge branch 'prepare_for_master' of https://gitlink.org.cn/xuos/xiuos into prepare_for_master

This commit is contained in:
涂煜洋
2023-09-06 11:20:46 +08:00
20 changed files with 1489 additions and 412 deletions
@@ -125,7 +125,7 @@ void LwipTcpRecvTest(void)
{
uint8_t enet_port = 0; ///< test enet port 0
lwip_config_net(enet_port, lwip_ipaddr, lwip_netmask, lwip_gwaddr);
lwip_config_tcp(enet_port, lwip_ipaddr, lwip_netmask, lwip_gwaddr);
uint8_t* recv_data = NULL;
socklen_t sin_size;