Skip to content

Commit e11f430

Browse files
committed
applications: nrf_desktop: Drop nrf52810dmouse support
Change drops support for the nRF52810 Desktop Mouse in the nRF Desktop application. Change also applies a few documentation alignments. Jira: NCSDK-31719 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no> Signed-off-by: Divya Pillai <divya.pillai@nordicsemi.no>
1 parent d0c3d7f commit e11f430

15 files changed

+17
-443
lines changed

applications/nrf_desktop/board_configuration.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nRF Desktop board configuration files
3737
The nRF Desktop application comes with configuration files for the following reference designs:
3838

3939
nRF52840 Gaming Mouse (``nrf52840gmouse``)
40-
* The reference design is defined in :file:`nrf/boards/nordic/nrf52840gmouse` for the project-specific hardware.
40+
* The reference design is defined in the :file:`nrf/boards/nordic/nrf52840gmouse` directory for the project-specific hardware.
4141
* To achieve gaming-grade performance:
4242

4343
* The application is configured to act as a gaming mouse, with both Bluetooth® LE and USB transports enabled.
@@ -47,12 +47,12 @@ nRF52840 Gaming Mouse (``nrf52840gmouse``)
4747
* The board supports the ``debug`` (``fast_pair`` file suffix) and ``release`` (``release_fast_pair`` file suffix) configurations for :ref:`nrf_desktop_bluetooth_guide_fast_pair`.
4848
Both configurations use the MCUboot bootloader built in the direct-xip mode (``MCUBOOT+XIP``), and they support the firmware updates using the :ref:`nrf_desktop_dfu` and the :ref:`nrf_desktop_dfu_mcumgr`.
4949

50-
nRF52832 Desktop Mouse (``nrf52dmouse``) and nRF52810 Desktop Mouse (``nrf52810dmouse``)
51-
* Both reference designs are meant for the project-specific hardware and are defined in :file:`nrf/boards/nordic/nrf52dmouse` and :file:`nrf/boards/nordic/nrf52810dmouse`, respectively.
50+
nRF52832 Desktop Mouse (``nrf52dmouse``)
51+
* The reference design is defined in the :file:`nrf/boards/nordic/nrf52dmouse` directory for the project-specific hardware.
5252
* The application is configured to act as a mouse.
5353
* Only the Bluetooth LE transport is enabled.
54-
Bluetooth uses either Zephyr's software link layer (``nrf52810dmouse``) or Nordic's SoftDevice link layer (``nrf52dmouse``).
55-
* The preconfigured build types for both ``nrf52dmouse`` and ``nrf52810dmouse`` boards are without the bootloader due to memory size limits on the ``nrf52810dmouse`` board.
54+
Bluetooth uses Nordic's SoftDevice link layer with Low Latency Packet Mode (LLPM) support disabled.
55+
* The preconfigured build types do not use bootloader.
5656

5757
Sample mouse, keyboard or dongle (``nrf52840dk/nrf52840``)
5858
* The configuration uses the nRF52840 Development Kit.
@@ -80,7 +80,7 @@ Sample dongle (``nrf52833dk/nrf52820``)
8080
* |preconfigured_build_types|
8181

8282
nRF52832 Desktop Keyboard (``nrf52kbd``)
83-
* The reference design used is defined in :file:`nrf/boards/nordic/nrf52kbd` for the project-specific hardware.
83+
* The reference design is defined in the :file:`nrf/boards/nordic/nrf52kbd` directory for the project-specific hardware.
8484
* The application is configured to act as a keyboard, with the Bluetooth LE transport enabled.
8585
* Bluetooth is configured to use Nordic Semiconductor's SoftDevice link layer.
8686
* The preconfigured build types configure the device without the bootloader in debug mode and with B0 bootloader in release mode due to memory size limits.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/app.overlay

-18
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/battery_def.h

-33
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/buttons_def.h

-25
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/click_detector_def.h

-25
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/hid_keyboard_leds_def.h

-23
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/hid_keymap_def.h

-28
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/port_state_def.h

-44
This file was deleted.

applications/nrf_desktop/configuration/nrf52810dmouse_nrf52810/prj.conf

-120
This file was deleted.

0 commit comments

Comments
 (0)