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
applications: nrf_desktop: doc: dfu_mcumgr: align with IronSide SE
Updated the DFU MCUmgr application module that is part of the
nRF Desktop application to align with the IronSide SE architecture
for the nRF54H20 SoC.
Ref: NCSDK-35488
Signed-off-by: Kamil Piszczek <[email protected]>
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/dfu_mcumgr.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,11 @@ Make sure that the DFU lock utility is enabled if your nRF Desktop application c
69
69
You cannot use this module with the :ref:`caf_ble_smp`.
70
70
In other words, you cannot simultaneously enable the :ref:`CONFIG_DESKTOP_DFU_MCUMGR_ENABLE <config_desktop_app_options>` option and the :kconfig:option:`CONFIG_CAF_BLE_SMP` Kconfig option.
71
71
72
+
Currently, this module supports only one bootloader backend, the MCUboot bootloader backend.
73
+
72
74
.. note::
73
-
B0 bootloader is not integrated with MCUmgr.
75
+
Currently, this module supports only one bootloader backend, the MCUboot bootloader backend.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -408,6 +408,9 @@ nRF Desktop
408
408
* Application image configurations to explicitly specify the LED driver used by the :ref:`nrf_desktop_leds` (:kconfig:option:`CONFIG_CAF_LEDS_GPIO` or :kconfig:option:`CONFIG_CAF_LEDS_PWM`).
409
409
Also, disabled unused LED drivers enabled by default to reduce memory footprint.
410
410
* The :ref:`nrf_desktop_hid_forward` to allow using the module when configuration channel support (:ref:`CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE <config_desktop_app_options>`) is disabled in the application configuration.
411
+
* The :ref:`nrf_desktop_dfu_mcumgr` to handle the ``nrf54h20dk/nrf54h20/cpuapp`` board target with the IronSide SE architecture and the MCUboot bootloader.
412
+
413
+
* Removed the SUIT support from the :ref:`nrf_desktop_dfu_mcumgr`.
0 commit comments