fsfw-example-common/stm32h7/networking/CMakeLists.txt

12 lines
224 B
CMake

# These are part of the RTEMS BSP for RTEMS
if(FSFW_OSAL MATCHES freertos)
app_dhcp.c
app_ethernet.c
ethernetif.c
endif()
target_sources(${TARGET_NAME} PRIVATE
UdpTcLwIpPollingTask.cpp
TmTcLwIpUdpBridge.cpp
)