Release:5.20灰测

This commit is contained in:
2026-05-21 10:01:28 +08:00
parent 8a5a32b139
commit fd65e9c6a2
68 changed files with 4329 additions and 1489 deletions

View File

@@ -928,7 +928,7 @@ void ethernet_link_thread(void const * argument)
/* USER CODE BEGIN ETH link Thread core code for User BSP */
#else
bool lwip_initialized = false;
// bool lwip_initialized = false;
for(;;)
{
@@ -983,12 +983,12 @@ void ethernet_link_thread(void const * argument)
}
}
if (lwip_initialized == false)
{
// if (lwip_initialized == false)
// {
xTaskNotifyGive(DownLinkTaskHandle);
lwip_initialized = true;
}
// xTaskNotifyGive(DownLinkTaskHandle);
// lwip_initialized = true;
// }
#endif
/* USER CODE END ETH link Thread core code for User BSP */

View File

@@ -96,7 +96,7 @@
/*----- Value in opt.h for DEFAULT_UDP_RECVMBOX_SIZE: 0 -----*/
#define DEFAULT_UDP_RECVMBOX_SIZE 40
/*----- Value in opt.h for DEFAULT_TCP_RECVMBOX_SIZE: 0 -----*/
#define DEFAULT_TCP_RECVMBOX_SIZE 20
#define DEFAULT_TCP_RECVMBOX_SIZE 6
/*----- Value in opt.h for DEFAULT_ACCEPTMBOX_SIZE: 0 -----*/
#define DEFAULT_ACCEPTMBOX_SIZE 6
/*----- Value in opt.h for RECV_BUFSIZE_DEFAULT: INT_MAX -----*/