HAL: Update for GPIO code #572

Merged
mohr merged 6 commits from eive/fsfw:mueller/gpio-update into development 2022-03-14 14:13:34 +01:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 89c1878622 - Show all commits

View File

@ -13,8 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changes
- GPIO HAL: `Direction` amd `GpioTypes` are enum classes now, which prevents
name clashes with Windows defines
- New CMake option `FSFW_HAL_LINUX_ADD_LIBGPIOD` to specifically exclude `gpiod` code
name clashes with Windows defines.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/572
- New CMake option `FSFW_HAL_LINUX_ADD_LIBGPIOD` to specifically exclude `gpiod` code.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/572
- HAL Devicehandlers: Periodic printout is run-time configurable now
- `oneShotAction` flag in the `TestTask` class is not static anymore