Skip to content

Commit 4a44b12

Browse files
MarekPietarlubos
authored andcommitted
applications: nrf_desktop: Config channel HID output report on nRF54H20
Enabled the CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT for nRF54H20 DK. The option mitigates HID report rate drops during DFU image transfer through the nRF Desktop dongle. Jira: NCSDK-31539 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Divya Pillai <[email protected]>
1 parent afdc4fe commit 4a44b12

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj.conf

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

5656
CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE=y
57+
CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT=y
5758
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=y
5859

5960
################################################################################

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/prj_release.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ CONFIG_DESKTOP_WATCHDOG_ENABLE=y
4949
CONFIG_DESKTOP_FAILSAFE_ENABLE=y
5050

5151
CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE=y
52+
CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT=y
5253
CONFIG_DESKTOP_CONFIG_CHANNEL_DFU_ENABLE=y
5354

5455
################################################################################

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ nRF Desktop
365365
* The Low Latency Packet Mode (LLPM) dependency in the :ref:`nrf_desktop_ble_conn_params`.
366366
The module relies on the :kconfig:option:`CONFIG_CAF_BLE_USE_LLPM` Kconfig option.
367367
This allows using the module also when the Bluetooth LE controller is not part of the main application.
368+
* Enabled the :ref:`CONFIG_DESKTOP_CONFIG_CHANNEL_OUT_REPORT <config_desktop_app_options>` Kconfig option for the nRF54H20 DK.
369+
The option mitigates HID report rate drops during DFU image transfer through the nRF Desktop dongle.
368370

369371
* Removed:
370372

0 commit comments

Comments
 (0)