Skip to content

Commit 08eb826

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 cc348c5 commit 08eb826

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
@@ -313,6 +313,9 @@ nRF Desktop
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.
314314
* The default value of the :kconfig:option:`CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_NORMAL_PRIORITY_TIMEOUT_US` Kconfig option to ``0``.
315315
This is done to start using high MPSL timeslot priority quicker and speed up non-volatile memory operations.
316+
* The :ref:`nrf_desktop_dfu_mcumgr` to handle the ``nrf54h20dk/nrf54h20/cpuapp`` board target with the IronSide SE architecture and the MCUboot bootloader.
317+
318+
* Removed the SUIT support from the :ref:`nrf_desktop_dfu_mcumgr`.
316319

317320
nRF Machine Learning (Edge Impulse)
318321
-----------------------------------

0 commit comments

Comments
 (0)