Unable to make LwIP work with FreeRTOS using CMSIS_V2
Hello!
I have encountered a problem - I am unable to create a project for STM32F769I-DISCO board with both FreeRTOS using CMSIS_V2 interface and LwIP with NO_SYS parameter set to "OS Used".
In old project that was setup with STM32CubeMX V6.14.0 using STM32Cube FW-F7 V1.17.2 I had no problem with setting both CMSIS_V2 and "OS Used" value.
In new project that uses STM32CubeMX V6.16.1 and STM32Cube FW_F7 V1.14.4 I have to use CMSIS_V1 interface for FreeRTOS if I want to change LwIP's NO_SYS parameter to "OS Used".
Did something change in recent updates, is it a bug or am I doing something wrong? Thank You for help in advance.
Using FreeRTOS with CMSIS_V2
Can't change NO_OS parameter
CubeMX 6.16.1, Firmware F7_V1.17.4
