Skip to content

Commit

Permalink
doc: migration-guide: 3.6: Add note on MCUboot Kconfig
Browse files Browse the repository at this point in the history
Adds a note about how to replicate the functionality of the now
removed MCUboot mass erase Kconfig option

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and carlescufi committed Nov 8, 2023
1 parent 583fd8a commit 07328c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/releases/migration-guide-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Power Management
Bootloader
==========

* MCUboot's deprecated ``CONFIG_ZEPHYR_TRY_MASS_ERASE`` Kconfig option has been removed. If an
erase is needed when flashing MCUboot, this should now be provided directly to the ``west``
command e.g. ``west flash --erase``.

Bluetooth
=========

Expand Down

0 comments on commit 07328c4

Please sign in to comment.