Skip to content

Commit e3f8e7b

Browse files
committed
applications: nrf_desktop: doc: replace Development Kit with acronym
Replaced all occurences of the "Development Kit" keyword with the "DK" acronym in the nRF Desktop documentation. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent afe2432 commit e3f8e7b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

applications/nrf_desktop/board_configuration.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ nRF52832 Desktop Mouse (``nrf52dmouse``)
5555
* The preconfigured build types do not use a bootloader.
5656

5757
Sample mouse, keyboard or dongle (``nrf52840dk/nrf52840``)
58-
* The configuration uses the nRF52840 Development Kit.
58+
* The configuration uses the nRF52840 DK.
5959
* The build types allow to build the application as mouse, keyboard or dongle.
6060
* Inputs are simulated based on the hardware button presses.
6161
* The configuration with the B0 bootloader is set as default.
6262
* The board supports ``debug`` :ref:`nrf_desktop_bluetooth_guide_fast_pair` configuration that acts as a mouse (``fast_pair`` file suffix).
6363
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`.
6464

6565
Sample dongle (``nrf52833dk/nrf52833``)
66-
* The configuration uses the nRF52833 Development Kit.
66+
* The configuration uses the nRF52833 DK.
6767
* The application is configured to act as a dongle that forwards data from both mouse and keyboard.
6868
The dongle acts as a Bluetooth central.
6969
Input data comes from Bluetooth and is retransmitted to USB.
@@ -73,7 +73,7 @@ Sample dongle (``nrf52833dk/nrf52833``)
7373
* The configuration with the MCUboot bootloader is set as default.
7474

7575
Sample dongle (``nrf52833dk/nrf52820``)
76-
* The configuration uses the nRF52820 emulation on the nRF52833 Development Kit.
76+
* The configuration uses the nRF52820 emulation on the nRF52833 DK.
7777
* The application is configured to act as a dongle that forwards data from both mouse and keyboard.
7878
* Bluetooth uses Zephyr's software link layer and is configured to act as a central.
7979
Input data comes from Bluetooth and is retransmitted to USB.
@@ -107,7 +107,7 @@ Sample dongle (``nrf5340dk/nrf5340``)
107107
* The configuration with the B0 bootloader is set as default.
108108

109109
Sample mouse or keyboard (``nrf54l15dk/nrf54l05/cpuapp``)
110-
* The configuration :ref:`emulates the nRF54L05 SoC <zephyr:nrf54l15dk_nrf54l05>` on the nRF54L15 Development Kit.
110+
* The configuration :ref:`emulates the nRF54L05 SoC <zephyr:nrf54l15dk_nrf54l05>` on the nRF54L15 DK.
111111
* The build types allow to build the application as a mouse or a keyboard.
112112
* Inputs are simulated based on the hardware button presses.
113113
* On the nRF54L05 SoC, you can only use the **GPIO1** port for PWM hardware peripheral output.
@@ -127,7 +127,7 @@ Sample mouse or keyboard (``nrf54l15dk/nrf54l05/cpuapp``)
127127
* The board supports the ``release`` :ref:`nrf_desktop_bluetooth_guide_fast_pair` configuration that acts as a mouse (``release_fast_pair`` file suffix).
128128

129129
Sample mouse or keyboard (``nrf54l15dk/nrf54l10/cpuapp``)
130-
* The configuration :ref:`emulates the nRF54L10 SoC <zephyr:nrf54l15dk_nrf54l10>` on the nRF54L15 Development Kit.
130+
* The configuration :ref:`emulates the nRF54L10 SoC <zephyr:nrf54l15dk_nrf54l10>` on the nRF54L15 DK.
131131
* The build types allow to build the application as a mouse or a keyboard.
132132
* Inputs are simulated based on the hardware button presses.
133133
* On the nRF54L10 SoC, you can only use the **GPIO1** port for PWM hardware peripheral output.
@@ -147,7 +147,7 @@ Sample mouse or keyboard (``nrf54l15dk/nrf54l10/cpuapp``)
147147
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 :ref:`nrf_desktop_dfu_mcumgr`.
148148

149149
Sample mouse or keyboard (``nrf54l15dk/nrf54l15/cpuapp``)
150-
* The configuration uses the nRF54L15 Development Kit.
150+
* The configuration uses the nRF54L15 DK.
151151
* The build types allow to build the application as a mouse or a keyboard.
152152
* Inputs are simulated based on the hardware button presses.
153153
* On the nRF54L15 SoC, you can only use the **GPIO1** port for PWM hardware peripheral output.
@@ -167,7 +167,7 @@ Sample mouse or keyboard (``nrf54l15dk/nrf54l15/cpuapp``)
167167
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 :ref:`nrf_desktop_dfu_mcumgr`.
168168

169169
Sample mouse (``nrf54lm20dk/nrf54lm20a/cpuapp``)
170-
* The configuration uses the nRF54LM20 Development Kit.
170+
* The configuration uses the nRF54LM20 DK.
171171
* The build types allow to build the application as a mouse.
172172
* Inputs are simulated based on the hardware button presses.
173173
* Bluetooth LE and USB High-Speed transports are enabled.
@@ -189,7 +189,7 @@ Sample mouse (``nrf54lm20dk/nrf54lm20a/cpuapp``)
189189
The hardware Key Management Unit (KMU) is not supported yet.
190190

191191
Sample mouse or dongle (``nrf54h20dk/nrf54h20/cpuapp``)
192-
* The configuration uses the nRF54H20 Development Kit.
192+
* The configuration uses the nRF54H20 DK.
193193
* The build types allow to build the application as a mouse or dongle.
194194
* Inputs are simulated based on the hardware button presses.
195195
* Bluetooth LE and USB High-Speed transports are enabled.

applications/nrf_desktop/memory_layout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For example, the MCUboot can use it as a secondary image partition for the :ref:
8383
The MCUboot moves the image data from the secondary image partition to the primary image partition before booting the new firmware.
8484
To use external flash for the secondary image partition, in addition to defining the proper static Partition Manager configuration, you must enable the ``SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY`` Kconfig option in the sysbuild configuration.
8585

86-
For an example of the nRF Desktop application configuration that uses an external flash, see the ``mcuboot_qspi`` configuration of the nRF52840 Development Kit (DK).
86+
For an example of the nRF Desktop application configuration that uses an external flash, see the ``mcuboot_qspi`` configuration of the nRF52840 DK.
8787
This configuration uses the ``MX25R64`` external flash that is part of the development kit.
8888

8989
For detailed information, see the :ref:`partition_manager` documentation.

0 commit comments

Comments
 (0)