Skip to content

Commit 888d166

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 <Kamil.Piszczek@nordicsemi.no>
1 parent 9398c96 commit 888d166

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

applications/nrf_desktop/doc/dfu_mcumgr.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ 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::
7375
B0 bootloader is not integrated with MCUmgr.
7476

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ nRF Desktop
311311
* The :ref:`nrf_desktop_hid_state_pm` to skip submitting the :c:struct:`keep_alive_event` if the :c:enum:`POWER_MANAGER_LEVEL_ALIVE` power level is enforced by any application module through the :c:struct:`power_manager_restrict_event`.
312312
This is done to improve performance.
313313
* The documentation of the :ref:`nrf_desktop_hid_state` and default HID report providers to simplify getting started with updating HID input reports used by the application or introducing support for a new HID input report.
314+
* The :ref:`nrf_desktop_dfu_mcumgr` to handle the ``nrf54h20dk/nrf54h20/cpuapp`` board target with the IronSide SE architecture and the MCUboot bootloader.
315+
316+
* Removed the SUIT support from the :ref:`nrf_desktop_dfu_mcumgr`.
314317

315318
nRF Machine Learning (Edge Impulse)
316319
-----------------------------------

0 commit comments

Comments
 (0)