Skip to content

Commit 9bd5e42

Browse files
committed
applications: Migrate to the new board variant
Use nRF52840 dongle board variant for applications that overwrite nRF5 SDK bootloader. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 437c75e commit 9bd5e42

40 files changed

+27
-52
lines changed

applications/nrf_desktop/board_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ nRF52832 Desktop Keyboard (``nrf52kbd``)
8787
* The board supports ``release`` :ref:`nrf_desktop_bluetooth_guide_fast_pair` configuration (``release_fast_pair`` file suffix).
8888
The configuration uses the MCUboot bootloader built in the direct-xip mode (``MCUBOOT+XIP``), and supports firmware updates using the :ref:`nrf_desktop_dfu` and the :ref:`nrf_desktop_dfu_mcumgr`.
8989

90-
nRF52840 USB Dongle (``nrf52840dongle/nrf52840``) and nRF52833 USB Dongle (``nrf52833dongle``)
90+
nRF52840 USB Dongle (``nrf52840dongle/nrf52840/bare``) and nRF52833 USB Dongle (``nrf52833dongle``)
9191
* Since the nRF52840 Dongle is generic and defined in Zephyr, project-specific changes are applied in the DTS overlay file.
9292
* The application is configured to act as a dongle that forwards data from both mouse and keyboard.
9393
* Bluetooth uses Nordic Semiconductor's SoftDevice link layer and is configured to act as a central.
9494
Input data comes from Bluetooth and is retransmitted to USB.
95-
* The configuration with the B0 bootloader is set as default for the ``nrf52840dongle/nrf52840`` board and with the MCUboot bootloader is set as default for the ``nrf52833dongle`` board.
95+
* The configuration with the B0 bootloader is set as default for the ``nrf52840dongle/nrf52840/bare`` board and with the MCUboot bootloader is set as default for the ``nrf52833dongle`` board.
9696

9797
nRF52820 USB Dongle (``nrf52820dongle``)
9898
* The application is configured to act as a dongle that forwards data from both mouse and keyboard.

0 commit comments

Comments
 (0)