Skip to content

Commit b7b5aff

Browse files
nvlsianpueivindj-nordic
authored andcommitted
doc: nrf-bm: release_notes: update on DFU
Added records on DFU updates. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 31a0105 commit b7b5aff

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,22 @@ Build system
6868
DFU
6969
===
7070

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.
7287

7388
Interrupts
7489
==========
@@ -117,6 +132,11 @@ Storage
117132
* 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``.
118133
* 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`.
119134

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+
120140
Filesystem
121141
----------
122142

@@ -368,7 +388,12 @@ Peripheral samples
368388
DFU samples
369389
-----------
370390

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.
396+
See the :ref:`ug_dfu` page for details.
372397

373398
Subsystem samples
374399
-----------------

0 commit comments

Comments
 (0)