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 <dank@deadmime.org>
This commit is contained in:
parent
835164ccea
commit
a05cfe2c9d
1 changed files with 13 additions and 6 deletions
|
@ -294,7 +294,8 @@ Bluetooth
|
||||||
* Host
|
* Host
|
||||||
|
|
||||||
* The :kconfig:`CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE` is now enabled by default.
|
* The :kconfig:`CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE` is now enabled by default.
|
||||||
Storing CCC right after it's written reduces risk of inconsistency of CCC values between bonded peers
|
Storing CCC right after it's written reduces risk of inconsistency of CCC values between
|
||||||
|
bonded peers
|
||||||
* Added support for L2CAP channel reconfiguration.
|
* Added support for L2CAP channel reconfiguration.
|
||||||
* Added support for SMP error code 0xF, where the peer rejects a distributed
|
* Added support for SMP error code 0xF, where the peer rejects a distributed
|
||||||
key
|
key
|
||||||
|
@ -679,17 +680,23 @@ MCUboot
|
||||||
*******
|
*******
|
||||||
|
|
||||||
* Fixed serial recovery skipping on nrf5340.
|
* 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).
|
* Fixed issue which caused that progressive's erase feature was off although was
|
||||||
* Added check of reset address in incoming image validation phase, see ``CONFIG_MCUBOOT_VERIFY_IMG_ADDRESS``.
|
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.
|
* Allow image header bigger than 1 KB for encrypted images.
|
||||||
* Support Mbed TLS 3.0.
|
* Support Mbed TLS 3.0.
|
||||||
* stm32: watchdog support.
|
* stm32: watchdog support.
|
||||||
* many documentation improvements.
|
* many documentation improvements.
|
||||||
* Fixed deadlock on cryptolib selectors in Kconfig.
|
* Fixed deadlock on cryptolib selectors in Kconfig.
|
||||||
* Fixed support for single application slot with serial recovery.
|
* 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 various hooks to be able to change how image data is accessed, see
|
||||||
* 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``.
|
``CONFIG_BOOT_IMAGE_ACCESS_HOOKS``.
|
||||||
* Added support for direct image upload, see ``CONFIG_MCUBOOT_SERIAL_DIRECT_IMAGE_UPLOAD`` in serial recovery.
|
* 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
|
Trusted Firmware-m
|
||||||
******************
|
******************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue