Skip to content

Commit f178e3e

Browse files
committed
doc: release-notes: fix indentation for mcuboot
MCUBoot entries have an extra indentation that should not have been there, drop it. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent e477d70 commit f178e3e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,30 +1485,30 @@ HALs
14851485
MCUboot
14861486
*******
14871487

1488-
* Added initial support for leveraging the RAM-LOAD mode with the zephyr-rtos port.
1489-
* Added the MCUboot status callback support.
1490-
See :kconfig:option:`CONFIG_MCUBOOT_ACTION_HOOKS`.
1491-
* Edited includes to have the ``zephyr/`` prefix.
1492-
* Edited the DFU detection's GPIO-pin configuration to be done through DTS using the ``mcuboot-button0`` pin alias.
1493-
* Edited the LED usage to prefer DTS' ``mcuboot-led0`` alias over the ``bootloader-led0`` alias.
1494-
* Removed :c:func:`device_get_binding()` usage in favor of :c:func:`DEVICE_DT_GET()`.
1495-
* Added support for generic `watchdog0` alias.
1496-
* Enabled watchdog feed by default.
1497-
* Dropped the :kconfig:option:`CONFIG_BOOT_IMAGE_ACCESS_HOOKS_FILE` option.
1498-
The inclusion of the Hooks implementation file is now up to the project's customization.
1499-
* Switched zephyr port from using ``FLASH_AREA_`` macros to ``FIXED_PARTITION_`` macros.
1500-
* Made flash_map_backend.h compatible with a C++ compiler
1501-
* Allowed to get the flash write alignment based on the ``zephyr,flash`` DT chosen node property
1502-
1503-
* boot_serial:
1504-
1505-
* Upgraded from cddl-gen v0.1.0 to zcbor v0.4.0.
1506-
* Refactored and optimized the code, mainly in what affects the progressive erase implementation.
1507-
* Fixed a compilation issue with the echo command code.
1508-
1509-
* imgtool:
1510-
1511-
* Added support for providing a signature through a third party.
1488+
* Added initial support for leveraging the RAM-LOAD mode with the zephyr-rtos port.
1489+
* Added the MCUboot status callback support.
1490+
See :kconfig:option:`CONFIG_MCUBOOT_ACTION_HOOKS`.
1491+
* Edited includes to have the ``zephyr/`` prefix.
1492+
* Edited the DFU detection's GPIO-pin configuration to be done through DTS using the ``mcuboot-button0`` pin alias.
1493+
* Edited the LED usage to prefer DTS' ``mcuboot-led0`` alias over the ``bootloader-led0`` alias.
1494+
* Removed :c:func:`device_get_binding()` usage in favor of :c:func:`DEVICE_DT_GET()`.
1495+
* Added support for generic `watchdog0` alias.
1496+
* Enabled watchdog feed by default.
1497+
* Dropped the :kconfig:option:`CONFIG_BOOT_IMAGE_ACCESS_HOOKS_FILE` option.
1498+
The inclusion of the Hooks implementation file is now up to the project's customization.
1499+
* Switched zephyr port from using ``FLASH_AREA_`` macros to ``FIXED_PARTITION_`` macros.
1500+
* Made flash_map_backend.h compatible with a C++ compiler
1501+
* Allowed to get the flash write alignment based on the ``zephyr,flash`` DT chosen node property
1502+
1503+
* boot_serial:
1504+
1505+
* Upgraded from cddl-gen v0.1.0 to zcbor v0.4.0.
1506+
* Refactored and optimized the code, mainly in what affects the progressive erase implementation.
1507+
* Fixed a compilation issue with the echo command code.
1508+
1509+
* imgtool:
1510+
1511+
* Added support for providing a signature through a third party.
15121512

15131513
Trusted Firmware-M
15141514
******************

0 commit comments

Comments
 (0)