From 4fd18e94fd890f0d67ba5e1c535afb27fe83f2f6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 23 Oct 2023 13:30:45 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9308d71d..1ddfd538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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