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
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]>
* The preconfigured build types do not use a bootloader.
56
56
57
57
Sample mouse, keyboard or dongle (``nrf52840dk/nrf52840``)
58
-
* The configuration uses the nRF52840 Development Kit.
58
+
* The configuration uses the nRF52840 DK.
59
59
* The build types allow to build the application as mouse, keyboard or dongle.
60
60
* Inputs are simulated based on the hardware button presses.
61
61
* The configuration with the B0 bootloader is set as default.
62
62
* The board supports ``debug`` :ref:`nrf_desktop_bluetooth_guide_fast_pair` configuration that acts as a mouse (``fast_pair`` file suffix).
63
63
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`.
64
64
65
65
Sample dongle (``nrf52833dk/nrf52833``)
66
-
* The configuration uses the nRF52833 Development Kit.
66
+
* The configuration uses the nRF52833 DK.
67
67
* The application is configured to act as a dongle that forwards data from both mouse and keyboard.
68
68
The dongle acts as a Bluetooth central.
69
69
Input data comes from Bluetooth and is retransmitted to USB.
* The configuration with the B0 bootloader is set as default.
108
108
109
109
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.
111
111
* The build types allow to build the application as a mouse or a keyboard.
112
112
* Inputs are simulated based on the hardware button presses.
113
113
* 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``)
127
127
* The board supports the ``release`` :ref:`nrf_desktop_bluetooth_guide_fast_pair` configuration that acts as a mouse (``release_fast_pair`` file suffix).
128
128
129
129
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.
131
131
* The build types allow to build the application as a mouse or a keyboard.
132
132
* Inputs are simulated based on the hardware button presses.
133
133
* 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``)
147
147
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`.
148
148
149
149
Sample mouse or keyboard (``nrf54l15dk/nrf54l15/cpuapp``)
150
-
* The configuration uses the nRF54L15 Development Kit.
150
+
* The configuration uses the nRF54L15 DK.
151
151
* The build types allow to build the application as a mouse or a keyboard.
152
152
* Inputs are simulated based on the hardware button presses.
153
153
* 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``)
167
167
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`.
168
168
169
169
Sample mouse (``nrf54lm20dk/nrf54lm20a/cpuapp``)
170
-
* The configuration uses the nRF54LM20 Development Kit.
170
+
* The configuration uses the nRF54LM20 DK.
171
171
* The build types allow to build the application as a mouse.
172
172
* Inputs are simulated based on the hardware button presses.
173
173
* Bluetooth LE and USB High-Speed transports are enabled.
Copy file name to clipboardExpand all lines: applications/nrf_desktop/memory_layout.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ For example, the MCUboot can use it as a secondary image partition for the :ref:
83
83
The MCUboot moves the image data from the secondary image partition to the primary image partition before booting the new firmware.
84
84
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.
85
85
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.
87
87
This configuration uses the ``MX25R64`` external flash that is part of the development kit.
88
88
89
89
For detailed information, see the :ref:`partition_manager` documentation.
0 commit comments