All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
- /mission is a library now, in preparation of unittests (which bring their own main) - eive-simple is now only available in bsp=arm/q7s (but is still not compiling) - watchdog and simple are their own executables, not configurations any more - moved some q7s specific code into /bsp-q7s to flatten if-hierarchy in main CMakeLists.txt - compiler and linker options are not globally applied to all targets - linux is the default fsfw osal now, as current code does not compile on hosted
21 lines
390 B
CMake
21 lines
390 B
CMake
target_sources(${LIB_EIVE_MISSION} PRIVATE
|
|
GPSHyperionLinuxController.cpp
|
|
GomspaceDeviceHandler.cpp
|
|
Tmp1075Handler.cpp
|
|
PCDUHandler.cpp
|
|
P60DockHandler.cpp
|
|
PDU1Handler.cpp
|
|
PDU2Handler.cpp
|
|
ACUHandler.cpp
|
|
SyrlinksHkHandler.cpp
|
|
Max31865PT1000Handler.cpp
|
|
IMTQHandler.cpp
|
|
HeaterHandler.cpp
|
|
PlocMPSoCHandler.cpp
|
|
RadiationSensorHandler.cpp
|
|
GyroADIS1650XHandler.cpp
|
|
RwHandler.cpp
|
|
)
|
|
|
|
|