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