changelog

This commit is contained in:
Marius Eggert 2023-10-18 14:36:34 +02:00
parent d5e57501be
commit 6621b20aef

View File

@ -22,6 +22,16 @@ will consitute of a breaking change warranting a new major release:
is not in normal mode.
- MPSoC debug mode.
## Changed
- `Power Controller` now uses monotonic clock for calculating time difference
- `ACS Controller` now uses monotonic clock for calculating time difference and the normal clock
for model calculations. The `timeDelta` is now calculated in the controller instead of
everywhere where it is needed.
- `ACS Controller` now has the function `performAttitudeControl` which is called prior to passing
on to the relevant mode functions. It handles all telemetry relevant functions, which were
always called, regardless of the mode.
# [v7.1.0] 2023-10-11
- Bumped `eive-tmtc` to v5.8.0.