changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-10-11 15:02:59 +02:00
parent 4e3229f018
commit 9265f27af9
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -24,6 +24,8 @@ will consitute of a breaking change warranting a new major release:
- EPS Subsystem has been added to EIVE System Tree
- Power Controller for calculating the State of Charge and FDIR regarding low SoC has been
introduced.
- Activate Xiphos WDT with a timeout period of 80 seconds using the `libxiphos` API. The WDT
calls are done by the new `XiphosWdtHandler` object.
## Changed
@ -36,11 +38,6 @@ will consitute of a breaking change warranting a new major release:
- Missing `nullptr` checks for PLOC Supervisor handler, which could lead to crashes.
- SCEX bugfix for normal and transition commanding.
## Added
- Activate Xiphos WDT with a timeout period of 60 seconds using the `libxiphos` API. The WDT
calls are done by the new `XiphosWdtHandler` object.
# [v6.6.0] 2023-09-18
## Changed