doc: nrf-bm: release_notes: update on DFU#736
doc: nrf-bm: release_notes: update on DFU#736nvlsianpu wants to merge 1 commit intonrfconnect:mainfrom
Conversation
|
You can find the documentation preview for this PR here. |
| * Image upload NVM writes to be handled in synchronization with SD. | ||
| * The support for Setting up DFU Device Bluetooth name remotely. It consumes less RAM and RRAM compared to the previous implementation. | ||
| New solution is enabled by the :kconfig:option:`CONFIG_BM_FLAT_SETTINGS_BLUETOOTH_NAME` Kconfig option. | ||
| It empploys newly added Inter application RAM Clipboard storage.. |
There was a problem hiding this comment.
| It empploys newly added Inter application RAM Clipboard storage.. | |
| It employs newly added inter-application RAM Clipboard storage. |
|
|
||
| Removed: | ||
|
|
||
| * 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. |
There was a problem hiding this comment.
I wonder, now as the old implementation is removed in the same version as the flat_settings is introduced. Does it make sense to rename the flat_settings to this, so that users porting from previous version does not need to update this Kconfig?
There was a problem hiding this comment.
actually user doesn't need to do anything - sysbuild preconfigures project silently using same SB_CONFIG_ as before.
There was a problem hiding this comment.
DFU samples requires update
eivindj-nordic
left a comment
There was a problem hiding this comment.
Looks good to me when checkpatch issue is resolved.
| Removed: | ||
|
|
||
| * 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. | ||
|
|
There was a problem hiding this comment.
Trailing whitespace
Added records on DFU updates. Signed-off-by: Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
b4c07c1 to
d4153e6
Compare
|
I can see a few edits to do but I can do them myself on the release notes later. Adding doc-postponed label and approving. |
| * The support for Setting up DFU Device Bluetooth name remotely. It consumes less RAM and RRAM compared to the previous implementation. | ||
| New solution is enabled by the :kconfig:option:`CONFIG_BM_FLAT_SETTINGS_BLUETOOTH_NAME` Kconfig option. | ||
| It empploys newly added Inter application RAM Clipboard storage. | ||
| * Support for nRF54L15, nRF54L10, and nRF54L05 SoCs is no longer experimental and is now fully supported and ready to be used. |
There was a problem hiding this comment.
Upload speed to be comparable to what we have in NCS
There was a problem hiding this comment.
@michalek-no It was done as well. right?
|
@nvlsianpu Please fix commit signoff to contain full name. |
Added records on DFU updates.