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
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/dfu_mcumgr.rst
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,6 @@ 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
-
You have to choose the backend for the DFU process by enabling the following option:
73
-
74
-
* :kconfig:option:`CONFIG_DESKTOP_DFU_BACKEND_MCUBOOT` - This option depends on the MCUboot bootloader support for the DFU process.
75
-
For details, see :ref:`mcuboot` in the Zephyr documentation.
Copy file name to clipboardExpand all lines: applications/nrf_desktop/doc/hid_provider_mouse.rst
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,16 +109,10 @@ The reason for this operation is to allow to track key presses that happen right
109
109
When the device is disconnected and the input event with the button data is received, the data is stored onto the :ref:`nrf_desktop_hid_eventq` instance, a member of the :c:struct:`report_data` structure.
110
110
This queue preserves an order in which input data events are received.
111
111
112
-
Storing limitations
113
-
-------------------
114
-
115
-
You can limit the number of events that can be inserted into the queue using the :ref:`CONFIG_DESKTOP_HID_REPORT_PROVIDER_MOUSE_EVENT_QUEUE_SIZE <config_desktop_app_options>` Kconfig option.
116
-
117
112
Discarding events
118
113
------------------
119
114
120
115
When there is no space for a new input event, the module tries to free space by discarding the oldest event in the queue.
121
-
Events stored in the queue are automatically discarded after the period defined by the :ref:`CONFIG_DESKTOP_HID_REPORT_PROVIDER_MOUSE_KEYPRESS_EXPIRATION <config_desktop_app_options>` option.
122
116
123
117
When discarding an event from the queue, the module checks if the key associated with the event is pressed.
124
118
This is to avoid missing key releases for earlier key presses when the keys from the queue are replayed to the host.
0 commit comments