Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
434 changed files with 5590 additions and 2513 deletions
Showing only changes of commit 3b23fb77b4 - Show all commits

View File

@@ -282,10 +282,6 @@ message(
)
add_subdirectory(src)
add_subdirectory(tests)
if(FSFW_ADD_HAL)
add_subdirectory(hal)
endif()
add_subdirectory(contrib)
if(FSFW_BUILD_DOCS)
add_subdirectory(docs)

View File

@@ -4,5 +4,8 @@ target_include_directories(${LIB_FSFW_NAME}
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(fsfw)
if(FSFW_ADD_HAL)
add_subdirectory(fsfw_hal)
endif()
add_subdirectory(fsfw_tests)