We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcb969 commit 3fea62bCopy full SHA for 3fea62b
docs/release-notes.d/swap-using-offset.md
@@ -0,0 +1,6 @@
1
+- Added a new swap using offset algorithm which is set with
2
+ `MCUBOOT_SWAP_USING_OFFSET`. This algorithm is similar to swap
3
+ using move but avoids moving the sectors in the primary slot
4
+ up by having the update image written in the second sector in
5
+ the update slot, which offers a faster update process and
6
+ requires a smaller swap status area
0 commit comments