Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: nordic: Drop nrf52810dmouse board #21072

Merged
merged 2 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions applications/nrf_desktop/board_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nRF Desktop board configuration files
The nRF Desktop application comes with configuration files for the following reference designs:

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

* The application is configured to act as a gaming mouse, with both Bluetooth® LE and USB transports enabled.
Expand All @@ -47,12 +47,12 @@ nRF52840 Gaming Mouse (``nrf52840gmouse``)
* 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`.
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`.

nRF52832 Desktop Mouse (``nrf52dmouse``) and nRF52810 Desktop Mouse (``nrf52810dmouse``)
* 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.
nRF52832 Desktop Mouse (``nrf52dmouse``)
* The reference design for the project-specific hardware is defined in the :file:`nrf/boards/nordic/nrf52dmouse` directory.
* The application is configured to act as a mouse.
* Only the Bluetooth LE transport is enabled.
Bluetooth uses either Zephyr's software link layer (``nrf52810dmouse``) or Nordic's SoftDevice link layer (``nrf52dmouse``).
* The preconfigured build types for both ``nrf52dmouse`` and ``nrf52810dmouse`` boards are without the bootloader due to memory size limits on the ``nrf52810dmouse`` board.
Bluetooth uses Nordic's SoftDevice link layer with Low Latency Packet Mode (LLPM) support disabled.
* The preconfigured build types do not use a bootloader.

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

nRF52832 Desktop Keyboard (``nrf52kbd``)
* The reference design used is defined in :file:`nrf/boards/nordic/nrf52kbd` for the project-specific hardware.
* The reference design for the project-specific hardware is defined in the :file:`nrf/boards/nordic/nrf52kbd` directory.
* The application is configured to act as a keyboard, with the Bluetooth LE transport enabled.
* Bluetooth is configured to use Nordic Semiconductor's SoftDevice link layer.
* 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.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading