#error "Unknown STM32 Family for NetworkInterfce"
#error "HAL_ETH_MODULE_ENABLE must be enabled for NetworkInterface"
#error "Unsupported ipConfigNETWORK_MTU size fir NetworkInterface"
Its looks like the include of the drivers is not working because im also getting:
in stm32h7xx_hal_conf.h:
stm32h7xx_hal_eth.h: No such file or directory.
Do i need to do include_directories in my cmake for also the FreeRTOS+TCP or doing FetchContent & MakeContentAvailable is enough?
Either ipconfigNETWORK_MTU is too small or too big. Could you help check if they include source/include/FreeRTOSIPConfigDefaults.h correctly?
in stm32h7xx_hal_conf.h:
stm32h7xx_hal_eth.h: No such file or directory.
This file is at source/portable/NetworkInterface/STM32/Drivers/H7/stm32h7xx_hal_eth.h or source/portable/NetworkInterface/STM32/Legacy/STM32Hxx/stm32h7xx_hal_eth.h. Depends on what driver files you’re using.