release-note: mcuboot changes since v2.7.0
Sumary of main mcuboot's changes since v2.7.0 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
80b0f1943b
commit
15a9be674a
|
@ -356,6 +356,21 @@ Libraries / Subsystems
|
|||
HALs
|
||||
****
|
||||
|
||||
MCUboot
|
||||
*******
|
||||
|
||||
* Fixed serial recovery skipping on nrf5340.
|
||||
* Fixed issue which caused that progressive's erase feature was off although was selected by Kconfig (introduced by #42c985cead).
|
||||
* Added check of reset address in incoming image validation phase, see ``CONFIG_MCUBOOT_VERIFY_IMG_ADDRESS``.
|
||||
* Allow image header bigger than 1 KB for encrypted images.
|
||||
* Support Mbed TLS 3.0.
|
||||
* stm32: watchdog support.
|
||||
* many documentation improvements.
|
||||
* Fixed deadlock on cryptolib selectors in Kconfig.
|
||||
* Fixed support for single application slot with serial recovery.
|
||||
* Added various hooks to be able to change how image data is accessed, see ``CONFIG_BOOT_IMAGE_ACCESS_HOOKS``.
|
||||
* Added custom commands support in serila recovery (PERUSER_MGMT_GROUP): storage erase ``CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE``, custo image status ``CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST``.
|
||||
* Added support for direct image upload, see ``CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD`` in serial recovery.
|
||||
|
||||
Trusted Firmware-m
|
||||
******************
|
||||
|
|
Loading…
Reference in a new issue