Skip to content

Commit cdabbe3

Browse files
committed
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]>
1 parent 38be4e5 commit cdabbe3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

applications/nrf_desktop/doc/dfu_mcumgr.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,11 @@ Make sure that the DFU lock utility is enabled if your nRF Desktop application c
6969
You cannot use this module with the :ref:`caf_ble_smp`.
7070
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.
7171

72+
Currently, this module supports only one bootloader backend, the MCUboot bootloader backend.
73+
7274
.. note::
73-
B0 bootloader is not integrated with MCUmgr.
75+
Currently, this module supports only one bootloader backend, the MCUboot bootloader backend.
76+
B0 bootloader is not integrated with MCUmgr.
7477

7578
.. _nrf_desktop_dfu_mcumgr_mcuboot:
7679

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,9 @@ nRF Desktop
408408
* 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`).
409409
Also, disabled unused LED drivers enabled by default to reduce memory footprint.
410410
* 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`.
411414

412415
nRF Machine Learning (Edge Impulse)
413416
-----------------------------------

0 commit comments

Comments
 (0)