Commit dc3a2457 authored by Andrej Butok's avatar Andrej Butok Committed by Henrik Brix Andersen
Browse files

doc: release-notes-3.6: Update MCUboot change log.



Added new Zephyr MCUBoot supported platforms and
new CONFIG_MCUBOOT_IMGTOOL_OVERWRITE_ONLY parameter.

Signed-off-by: default avatarAndrej Butok <andrey.butok@nxp.com>
parent bc2858ad
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1249,6 +1249,14 @@ MCUboot

  * Made ``align`` parameter of imgtool optional.

  * Added MCUBoot support for ``mimxrt1010_evk``, ``mimxrt1015_evk``,
    ``mimxrt1040_evk``, ``lpcxpresso55s06``, ``lpcxpresso55s16``,
    ``lpcxpresso55s28``, ``lpcxpresso55s36``, ``lpcxpresso55s69_cpu0``.

  * Added :kconfig:option:`CONFIG_MCUBOOT_IMGTOOL_OVERWRITE_ONLY` which passes the --overwrite-only option
    to imgtool to avoid adding the swap status area size when calculating overflow.
    It is used by non-swap update modes.

  * The MCUboot version in this release is version ``2.1.0+0-dev``.

Nanopb