Xiphos WDT #797

Merged
muellerr merged 18 commits from add-xiphos-wdt-handling into main 2023-10-11 19:50:00 +02:00
Showing only changes of commit 9265f27af9 - Show all commits

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