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 <Kamil.Piszczek@nordicsemi.no>
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/dfu_mcumgr.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@ 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.
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
@@ -313,6 +313,9 @@ nRF Desktop
313
313
* 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
314
* The default value of the :kconfig:option:`CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL_NORMAL_PRIORITY_TIMEOUT_US` Kconfig option to ``0``.
315
315
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`.
0 commit comments