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 1 additions and 1 deletions
Showing only changes of commit 14620fdd72 - Show all commits

View File

@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changes
- GPIO HAL: `Direction` amd `GpioTypes` are enum classes now, which prevents
- GPIO HAL: `Direction`, `GpioOperation` and `Levels` are enum classes now, which prevents
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.