@@ -294,7 +294,8 @@ Bluetooth
294
294
* Host
295
295
296
296
* 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
298
299
* Added support for L2CAP channel reconfiguration.
299
300
* Added support for SMP error code 0xF, where the peer rejects a distributed
300
301
key
@@ -679,17 +680,23 @@ MCUboot
679
680
*******
680
681
681
682
* 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 ``.
684
687
* Allow image header bigger than 1 KB for encrypted images.
685
688
* Support Mbed TLS 3.0.
686
689
* stm32: watchdog support.
687
690
* many documentation improvements.
688
691
* Fixed deadlock on cryptolib selectors in Kconfig.
689
692
* 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.
693
700
694
701
Trusted Firmware-m
695
702
******************
0 commit comments