Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
459 changed files with 5751 additions and 2696 deletions
Showing only changes of commit d3cabd8984 - Show all commits

View File

@@ -119,7 +119,8 @@ option(FSFW_ADD_UNITTESTS "Add regular unittests. Requires Catch2" OFF)
option(FSFW_ADD_HAL "Add Hardware Abstraction Layer" ON)
if(UNIX)
option(FSFW_HAL_LINUX_ADD_PERIPHERAL_DRIVERS "Add Linux peripheral drivers" OFF)
option(FSFW_HAL_LINUX_ADD_PERIPHERAL_DRIVERS "Add Linux peripheral drivers"
OFF)
option(FSFW_HAL_LINUX_ADD_LIBGPIOD "Attempt to add Linux GPIOD drivers" OFF)
endif()