Skip to content

Commit

Permalink
docs: release-notes: Add note on new swap using offset mode
Browse files Browse the repository at this point in the history
Adds a note about this new algorithm being added

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Jan 8, 2025
1 parent 6880af5 commit 2125225
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes.d/swap-using-offset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Added a new swap using offset algorithm which is set with
`MCUBOOT_SWAP_USING_OFFSET`. This algorithm is similar to swap
using move but avoids moving the sectors in the primary slot
up by having the update image written in the second sector in
the update slot, which offers a faster update process and
requires a smaller swap status area
- Made swap using offset the default algorithm for Zephyr builds
that do not have a scratch partition

0 comments on commit 2125225

Please # to comment.