[BUG] STM32CubeMX generates a dysfunctional lwIP application without RTOS
With RTOS the CubeMX generated code creates threads, which do the reception of packets and link state management. Without RTOS the example code does the lwIP processing in the main infinite loop. But, when CubeMX generates lwIP application without RTOS, the main infinite loop is left empty and therefore the network code is completely dysfunctional. The issue seems to be present for all series with lwIP support.
