You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf-bm/release_notes/release_notes_changelog.rst
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,22 @@ Build system
68
68
DFU
69
69
===
70
70
71
-
* Updated the image upload NVM writes to be handled in synchronization with SD.
71
+
* Added:
72
+
73
+
* Experimental support for nRF54LV10a, nRF54LM20a, and nRF54LS05b SoCs.
74
+
75
+
* Updated:
76
+
77
+
* Image upload NVM writes to be handled in synchronization with SD.
78
+
* Improved download speed performance over bluetoth LE.
79
+
* The support for Setting up DFU Device Bluetooth name remotely. It consumes less RAM and RRAM compared to the previous implementation.
80
+
New solution is enabled by the :kconfig:option:`CONFIG_BM_FLAT_SETTINGS_BLUETOOTH_NAME` Kconfig option.
81
+
It empploys newly added Inter application RAM Clipboard storage.
82
+
* Support for nRF54L15, nRF54L10, and nRF54L05 SoCs is no longer experimental and is now fully supported and ready to be used.
83
+
84
+
Removed:
85
+
86
+
* The :kconfig:option:`CONFIG_NCS_BM_SETTINGS_BLUETOOTH_NAME` Kconfig option and zephyr-rtos settings subsystem handlers for Setting up DFU Device Bluetooth name remotely.
72
87
73
88
Interrupts
74
89
==========
@@ -117,6 +132,11 @@ Storage
117
132
* The :c:func:`bm_storage_read`, :c:func:`bm_storage_write`, and :c:func:`bm_storage_erase` functions to return ``-EINVAL`` on alignment errors, instead of ``-EFAULT``.
118
133
* The :c:enum:`bm_storage_evt_dispatch_type` enum and the :c:member:`bm_storage_evt.dispatch_type` field have been replaced by a boolean :c:member:`bm_storage_evt.is_async`.
119
134
135
+
* ``bm_rmem`` library:
136
+
137
+
* Added the new inter-application RAM Clipboard storage. It is a simple on SRAM storage aimed to provide inter applications data clipboards.
138
+
It can be enabled by the :kconfig:option:`CONFIG_BM_RMEM` Kconfig option.
139
+
120
140
Filesystem
121
141
----------
122
142
@@ -368,7 +388,12 @@ Peripheral samples
368
388
DFU samples
369
389
-----------
370
390
371
-
No changes since the latest nRF Connect SDK Bare Metal release.
391
+
* Updated:
392
+
393
+
* The :ref:`ble_mcuboot_recovery_entry_sample` can be build with size-optimized configuration of MCUboot and firmware loader.
394
+
To enable the size-optimized configuration, set :makevar:`FILE_SUFFIX` to ``size_opt`` when building the sample.
395
+
* The :ref:`ble_mcuboot_recovery_entry_sample` migrates to new soultion for Setting up DFU Device Bluetooth name remotely.
0 commit comments