Skip to content

Commit 34329a6

Browse files
committed
applications: nrf_desktop: enable failsafe module on the nRF54H20 target
Enabled the nRF Desktop Failsafe module in the release configuration of the nRF54H20 DK target. Ref: NCSDK-25090 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 55eba73 commit 34329a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ CONFIG_DESKTOP_BLE_SECURITY_FAIL_TIMEOUT_S=10
3838
CONFIG_DESKTOP_BLE_LOW_LATENCY_LOCK=y
3939

4040
CONFIG_DESKTOP_WATCHDOG_ENABLE=y
41+
CONFIG_DESKTOP_FAILSAFE_ENABLE=y
4142

4243
CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE=y
4344
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=y

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ nRF Desktop
202202

203203
* The :ref:`nrf_desktop_failsafe` to use the Zephyr :ref:`zephyr:hwinfo_api` driver for getting and clearing the reset reason information (see the :c:func:`hwinfo_get_reset_cause` and :c:func:`hwinfo_clear_reset_cause` functions).
204204
The Zephyr :ref:`zephyr:hwinfo_api` driver replaces the nrfx reset reason helper dependency (see the :c:func:`nrfx_reset_reason_get` and :c:func:`nrfx_reset_reason_clear` functions).
205+
* The release configuration for the :ref:`zephyr:nrf54h20dk_nrf54h20` board target to enable the :ref:`nrf_desktop_failsafe` (see the :ref:`CONFIG_DESKTOP_FAILSAFE_ENABLE <config_desktop_app_options>` Kconfig option).
205206

206207
nRF Machine Learning (Edge Impulse)
207208
-----------------------------------

0 commit comments

Comments
 (0)