Update FSFW from Upstream #27
@ -12,9 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
- GPIO HAL: Renamed entries of enumerations to avoid nameclashes with Windows defines.
|
- GPIO HAL: `Direction` amd `GpioTypes` are enum classes now, which prevents
|
||||||
`IN` and `OUT` in `Direction` changed to `DIR_IN` and `DIR_OUT`.
|
name clashes with Windows defines
|
||||||
`CALLBACK` in `GpioTypes` changed to `TYPE_CALLBACK`
|
|
||||||
- HAL Devicehandlers: Periodic printout is run-time configurable now
|
- HAL Devicehandlers: Periodic printout is run-time configurable now
|
||||||
- `oneShotAction` flag in the `TestTask` class is not static anymore
|
- `oneShotAction` flag in the `TestTask` class is not static anymore
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user