Skip to content

Commit c529150

Browse files
nvlsianpufabiobaltieri
authored andcommitted
doc/release-note-3.2: MCUboot changelog
Added summary of MCUboot changes for 3.2 release Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent 699b2be commit c529150

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,31 @@ HALs
14561456
MCUboot
14571457
*******
14581458

1459+
* Added initial support for leveraging the RAM-LOAD mode with the zephyr-rtos port.
1460+
* Added the MCUboot status callback support.
1461+
See :kconfig:option:`CONFIG_MCUBOOT_ACTION_HOOKS`.
1462+
* Edited includes to have the ``zephyr/`` prefix.
1463+
* Edited the DFU detection's GPIO-pin configuration to be done through DTS using the ``mcuboot-button0`` pin alias.
1464+
* Edited the LED usage to prefer DTS' ``mcuboot-led0`` alias over the ``bootloader-led0`` alias.
1465+
* Removed :c:func:`device_get_binding()` usage in favor of :c:func:`DEVICE_DT_GET()`.
1466+
* Added support for generic `watchdog0` alias.
1467+
* Enabled watchdog feed by default.
1468+
* Dropped the :kconfig:option:`CONFIG_BOOT_IMAGE_ACCESS_HOOKS_FILE` option.
1469+
The inclusion of the Hooks implementation file is now up to the project's customization.
1470+
* Switched zephyr port from using ``FLASH_AREA_`` macros to ``FIXED_PARTITION_`` macros.
1471+
* Made flash_map_backend.h compatible with a C++ compiler
1472+
* Allowed to get the flash write alignment based on the ``zephyr,flash`` DT chosen node property
1473+
1474+
* boot_serial:
1475+
1476+
* Upgraded from cddl-gen v0.1.0 to zcbor v0.4.0.
1477+
* Refactored and optimized the code, mainly in what affects the progressive erase implementation.
1478+
* Fixed a compilation issue with the echo command code.
1479+
1480+
* imgtool:
1481+
1482+
* Added support for providing a signature through a third party.
1483+
14591484
Trusted Firmware-M
14601485
******************
14611486

0 commit comments

Comments
 (0)