Skip to content

Commit a05cfe2

Browse files
committed
doc/releases: release-notes-3.0: 100 character max line
Fix release notes that extended over 100 characters. This was not applied to the issue list. Signed-off-by: Dan Kalowsky <[email protected]>
1 parent 835164c commit a05cfe2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

doc/releases/release-notes-3.0.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ Bluetooth
294294
* Host
295295

296296
* The :kconfig:`CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE` is now enabled by default.
297-
Storing CCC right after it's written reduces risk of inconsistency of CCC values between bonded peers
297+
Storing CCC right after it's written reduces risk of inconsistency of CCC values between
298+
bonded peers
298299
* Added support for L2CAP channel reconfiguration.
299300
* Added support for SMP error code 0xF, where the peer rejects a distributed
300301
key
@@ -679,17 +680,23 @@ MCUboot
679680
*******
680681

681682
* Fixed serial recovery skipping on nrf5340.
682-
* Fixed issue which caused that progressive's erase feature was off although was selected by Kconfig (introduced by #42c985cead).
683-
* Added check of reset address in incoming image validation phase, see ``CONFIG_MCUBOOT_VERIFY_IMG_ADDRESS``.
683+
* Fixed issue which caused that progressive's erase feature was off although was
684+
selected by Kconfig (introduced by #42c985cead).
685+
* Added check of reset address in incoming image validation phase, see
686+
``CONFIG_MCUBOOT_VERIFY_IMG_ADDRESS``.
684687
* Allow image header bigger than 1 KB for encrypted images.
685688
* Support Mbed TLS 3.0.
686689
* stm32: watchdog support.
687690
* many documentation improvements.
688691
* Fixed deadlock on cryptolib selectors in Kconfig.
689692
* Fixed support for single application slot with serial recovery.
690-
* Added various hooks to be able to change how image data is accessed, see ``CONFIG_BOOT_IMAGE_ACCESS_HOOKS``.
691-
* 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``.
692-
* Added support for direct image upload, see ``CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD`` in serial recovery.
693+
* Added various hooks to be able to change how image data is accessed, see
694+
``CONFIG_BOOT_IMAGE_ACCESS_HOOKS``.
695+
* Added custom commands support in serila recovery (PERUSER_MGMT_GROUP): storage
696+
erase ``CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE``, custo image status
697+
``CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST``.
698+
* Added support for direct image upload, see
699+
``CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD`` in serial recovery.
693700

694701
Trusted Firmware-m
695702
******************

0 commit comments

Comments
 (0)