Logo
Explore Datenschutz Impressum Help
Sign In
eive/fsfw
15
1
Fork 0
You've already forked fsfw
forked from fsfw/fsfw
Code Issues Pull Requests Releases 1 Wiki Activity
Files
74794bb71ba2ee538fe744883b1a7de7435caabb
fsfw/src/fsfw_hal/CMakeLists.txt

11 lines
164 B
CMake
Raw Normal View History

trying to fuse header / inc
2021-07-19 16:25:51 +02:00
add_subdirectory(devicehandlers)
add_subdirectory(common)
Linux CommandExecutor The CommandExecutor helper class can execute shell commands in blocking and non-blocking mode This class is able to execute processes by using the Linux popen call. It also has the capability of writing the read output of a process into a provided ring buffer. The executor works by first loading the command which should be executed and specifying whether it should be executed blocking or non-blocking. After that, execution can be started with the execute call. Using non-blocking mode allows to execute commands which might take a longer time in the background, and allowing the user thread to check completion status with the check function Moved to HAL like requested in code review and unit tested with failing commands as well. Also, Linux HAL components are compiled by default now unless explicitely disabled.
2022-01-26 12:11:52 +01:00
if(UNIX)
apply auto-formatter
2022-07-18 16:08:06 +02:00
add_subdirectory(linux)
trying to fuse header / inc
2021-07-19 16:25:51 +02:00
endif()
if(FSFW_HAL_ADD_STM32H7)
apply auto-formatter
2022-07-18 16:08:06 +02:00
add_subdirectory(stm32h7)
trying to fuse header / inc
2021-07-19 16:25:51 +02:00
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 325ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API