doc/release-notes: Add info on downgrade prevention Kconfig

Adds note on addition of
MCUBOOT_BOOTLOADER_MODE_WITH_DOWNGRADE_PREVENTION
to MCUboot Kconfig module.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2023-09-25 13:47:32 +00:00 committed by Carles Cufí
commit a43107299f

View file

@ -367,6 +367,11 @@ HALs
MCUboot
*******
* Added :kconfig:option:`CONFIG_MCUBOOT_BOOTLOADER_NO_DOWNGRADE`
that allows to inform application that the on-board MCUboot has been configured
with downgrade prevention enabled. This option is automatically selected for
DirectXIP mode and is available for both swap modes.
Storage
*******