2021-07-16 12:20:47 +02:00
|
|
|
# These are part of the RTEMS BSP for RTEMS
|
|
|
|
if(FSFW_OSAL MATCHES freertos)
|
2022-05-20 08:38:57 +02:00
|
|
|
target_sources(${TARGET_NAME} PRIVATE ethernetif.c)
|
2021-07-16 12:20:47 +02:00
|
|
|
endif()
|
|
|
|
|
2022-05-20 08:38:57 +02:00
|
|
|
target_sources(
|
|
|
|
${TARGET_NAME} PRIVATE UdpTcLwIpPollingTask.cpp TmTcLwIpUdpBridge.cpp
|
|
|
|
networking.cpp app_dhcp.cpp app_ethernet.cpp)
|