Question
add lwip to cmake project for stm32h5
I need to add the LwIP component to a cmake STM32CubeMX generated project for the NUCLEO-H563ZI board.
The LwIP component does not appear to be included in the STM32H5 package although the FreeRTOS component is.
Is there a way to modify my top level CMakeList file to add it manually?
