From b994ba2ce29425587957dcbb6c96d4e1872b5737 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 3 Jan 2024 07:43:49 +0000 Subject: [PATCH] docs: release: Add release notes on changes Adds release notes on bootutil changes Signed-off-by: Jamie McCrae --- docs/release-notes.d/bootutil-sector.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/release-notes.d/bootutil-sector.md diff --git a/docs/release-notes.d/bootutil-sector.md b/docs/release-notes.d/bootutil-sector.md new file mode 100644 index 00000000..be1186de --- /dev/null +++ b/docs/release-notes.d/bootutil-sector.md @@ -0,0 +1,7 @@ +- bootutil: Fixed issue with comparing sector sizes for + compatibility, this now also checks against the number of usable + sectors (which is the slot size minus the swap status and moved + up by one sector). +- bootutil: Added debug logging to show write location of swap status + and details on sectors including if slot sizes are not optimal for + a given board.