added freertos cmakelists

This commit is contained in:
Robin Müller 2020-12-19 00:21:08 +01:00
parent 62b5c19063
commit c0099481a1
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
Clock.cpp
FixedTimeslotTask.cpp
BinarySemaphore.cpp
BinSemaphUsingTask.cpp
CountingSemaphore.cpp
CountingSemaphUsingTask.cpp
MessageQueue.cpp
Mutex.cpp
MutexFactory.cpp
PeriodicTask.cpp
QueueFactory.cpp
QueueMapManager.cpp
SemaphoreFactory.cpp
TaskFactory.cpp
Timekeeper.cpp
)