@@ -25,113 +25,17 @@ The sample supports the following development kits:
2525
2626 The following board variants do **not ** have DFU capabilities:
2727
28- .. list-table ::
29- :header-rows: 1
30-
31- * - Hardware platform
32- - PCA
33- - SoftDevice
34- - Board target
35- * - `nRF54L15 DK `_
36- - PCA10156
37- - S115
38- - bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice
39- * - `nRF54L15 DK `_ (emulating nRF54L10)
40- - PCA10156
41- - S115
42- - bm_nrf54l15dk/nrf54l10/cpuapp/s115_softdevice
43- * - `nRF54L15 DK `_ (emulating nRF54L05)
44- - PCA10156
45- - S115
46- - bm_nrf54l15dk/nrf54l05/cpuapp/s115_softdevice
47- * - `nRF54LM20 DK `_
48- - PCA10184
49- - S115
50- - bm_nrf54lm20dk/nrf54lm20a/cpuapp/s115_softdevice
51- * - nRF54LS05 DK
52- - PCA10214
53- - S115
54- - bm_nrf54ls05dk/nrf54ls05b/cpuapp/s115_softdevice
55- * - `nRF54LV10 DK `_
56- - PCA10188
57- - S115
58- - bm_nrf54lv10dk/nrf54lv10/cpuapp/s115_softdevice
59- * - `nRF54L15 DK `_
60- - PCA10156
61- - S145
62- - bm_nrf54l15dk/nrf54l15/cpuapp/s145_softdevice
63- * - `nRF54L15 DK `_ (emulating nRF54L10)
64- - PCA10156
65- - S145
66- - bm_nrf54l15dk/nrf54l10/cpuapp/s145_softdevice
67- * - `nRF54L15 DK `_ (emulating nRF54L05)
68- - PCA10156
69- - S145
70- - bm_nrf54l15dk/nrf54l05/cpuapp/s145_softdevice
71- * - `nRF54LM20 DK `_
72- - PCA10184
73- - S145
74- - bm_nrf54lm20dk/nrf54lm20a/cpuapp/s145_softdevice
75- * - nRF54LS05 DK
76- - PCA10214
77- - S145
78- - bm_nrf54ls05dk/nrf54ls05b/cpuapp/s145_softdevice
79- * - `nRF54LV10 DK `_
80- - PCA10188
81- - S145
82- - bm_nrf54lv10dk/nrf54lv10/cpuapp/s145_softdevice
28+ .. include :: /includes/supported_boards_all_non-mcuboot_variants_s115.txt
29+
30+ .. include :: /includes/supported_boards_all_non-mcuboot_variants_s145.txt
8331
8432 .. group-tab :: MCUboot board variants
8533
8634 The following board variants have DFU capabilities:
8735
88- .. list-table ::
89- :header-rows: 1
90-
91- * - Hardware platform
92- - PCA
93- - SoftDevice
94- - Board target
95- * - `nRF54L15 DK `_
96- - PCA10156
97- - S115
98- - bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice/mcuboot
99- * - `nRF54L15 DK `_ (emulating nRF54L10)
100- - PCA10156
101- - S115
102- - bm_nrf54l15dk/nrf54l10/cpuapp/s115_softdevice/mcuboot
103- * - `nRF54L15 DK `_ (emulating nRF54L05)
104- - PCA10156
105- - S115
106- - bm_nrf54l15dk/nrf54l05/cpuapp/s115_softdevice/mcuboot
107- * - `nRF54LM20 DK `_
108- - PCA10184
109- - S115
110- - bm_nrf54lm20dk/nrf54lm20a/cpuapp/s115_softdevice/mcuboot
111- * - `nRF54LV10 DK `_
112- - PCA10188
113- - S115
114- - bm_nrf54lv10dk/nrf54lv10/cpuapp/s115_softdevice/mcuboot
115- * - `nRF54L15 DK `_
116- - PCA10156
117- - S145
118- - bm_nrf54l15dk/nrf54l15/cpuapp/s145_softdevice/mcuboot
119- * - `nRF54L15 DK `_ (emulating nRF54L10)
120- - PCA10156
121- - S145
122- - bm_nrf54l15dk/nrf54l10/cpuapp/s145_softdevice/mcuboot
123- * - `nRF54L15 DK `_ (emulating nRF54L05)
124- - PCA10156
125- - S145
126- - bm_nrf54l15dk/nrf54l05/cpuapp/s145_softdevice/mcuboot
127- * - `nRF54LM20 DK `_
128- - PCA10184
129- - S145
130- - bm_nrf54lm20dk/nrf54lm20a/cpuapp/s145_softdevice/mcuboot
131- * - `nRF54LV10 DK `_
132- - PCA10188
133- - S145
134- - bm_nrf54lv10dk/nrf54lv10/cpuapp/s145_softdevice/mcuboot
36+ .. include :: /includes/supported_boards_all_mcuboot_variants_s115.txt
37+
38+ .. include :: /includes/supported_boards_all_mcuboot_variants_s145.txt
13539
13640
13741The sample also requires one of the following testing devices:
@@ -149,7 +53,7 @@ Overview
14953********
15054
15155To run the tests, connect to the development kit through the serial port and send shell commands.
152- Zephyr's :ref: ` zephyr:shell_api ` module is used to handle the commands.
56+ Shell subsystem is used to handle the commands.
15357At any time during the tests, you can dynamically set the radio parameters, such as output power, bit rate, and channel.
15458In sweep mode, you can set the time for which the radio scans each channel from one millisecond to 99 milliseconds, in steps of one millisecond.
15559The sample also allows you to send a data pattern to another development kit.
@@ -274,30 +178,3 @@ Complete the following steps:
274178#. Set the kit in the TX sweep mode using the ``start_tx_sweep `` command.
275179#. Start the `RSSI Viewer app `_ and select the kit to communicate with.
276180#. On the application chart, observe the TX sweep in the form of a wave that starts at 2420 MHz frequency and ends with 2480 MHz.
277-
278- Dependencies
279- ************
280-
281- This sample uses the following |NCS | libraries:
282-
283- * :ref: `shell_ipc_readme `
284-
285- This sample has the following nrfx dependencies:
286-
287- * :file: `nrfx/drivers/include/nrfx_timer.h `
288- * :file: `nrfx/hal/nrf_power.h `
289- * :file: `nrfx/hal/nrf_radio.h `
290-
291- In addition, it uses the following Zephyr libraries:
292-
293- * :ref: `zephyr:device_model_api `:
294-
295- * :file: `drivers/clock_control.h `
296-
297- * :ref: `zephyr:kernel_api `:
298-
299- * :file: `include/init.h `
300-
301- * :ref: `zephyr:shell_api `:
302-
303- * :file: `include/shell/shell.h `
0 commit comments