changelog
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-10-23 13:30:45 +02:00
parent 18bcb434e9
commit 4fd18e94fd
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ will consitute of a breaking change warranting a new major release:
CFDP interface.
- Proper back pressure handling for the CFDP handler, where the `LiveTmTask` is able to throttle
the CFDP handler.
- Added a new safety mechanism where the ProASIC scratch buffer can be used to trigger an
auto-boot to another image. The auto-boot is currently implemented as a one-shot mechanism:
The key-value pair which triggers the auto-boot will be removed from the scratch buffer.
## Fixed