Question
Lwip with Freertos STM32CubeMx generate code problem.
when code generate, in function void MX_LWIP_Init(void)
osThreadDef(EthLink, ethernet_link_thread, osPriorityBelowNormal, 0, configMINIMAL_STACK_SIZE *2);in this line,using configMINIMAL_STACK_SIZE, not the TCPIP_THREAD_STACKSIZE parameter in the �?key option“ in the STM32Cubemx LWIP page
is a bug?
