Skip to content

Commit bd696ae

Browse files
committed
doc: wifi: Update Building section in samples
Added text to refer sample.yaml file in the Building and running section of all the Wi-Fi samples. Signed-off-by: Richa Pandey <[email protected]>
1 parent 5fc5b0e commit bd696ae

File tree

20 files changed

+38
-4
lines changed

20 files changed

+38
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refer to the :file:`sample.yaml` file for a complete list of supported boards and their corresponding build command options.

samples/wifi/ble_coex/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ Build for the nRF5340 DK:
191191
192192
The generated HEX file to be used is :file:`throughput/build/merged.hex`.
193193

194+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
195+
194196
Testing
195197
=======
196198

samples/wifi/monitor/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Change the board target as given below for the nRF7002 EK.
5656
5757
nrf5340dk/nrf5340/cpuapp -- -DSHIELD=nrf7002ek
5858
59+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
60+
5961
Testing
6062
=======
6163

samples/wifi/offloaded_raw_tx/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Change the board target as given below for the nRF7002 EK.
7474
7575
west build -p -b nrf5340dk/nrf5340/cpuapp -- -DSHIELD=nrf7002ek
7676
77+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
78+
7779
Testing
7880
=======
7981

samples/wifi/promiscuous/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Change the board target as given below for the nRF7002 EK.
6464
6565
nrf5340dk/nrf5340/cpuapp -- -DSHIELD=nrf7002ek
6666
67+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
68+
6769
Testing
6870
=======
6971

samples/wifi/provisioning/ble/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ The sample generates header and source files based on protocol buffer definition
112112
You must install a protocol buffer compiler to generate the files.
113113
See the :zephyr:code-sample:`nanopb` in the Zephyr documentation for more information.
114114

115+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
116+
115117
Testing
116118
=======
117119

samples/wifi/provisioning/internal/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ To build and run the sample, complete the following steps:
266266
uart:~$ wifi_prov get_status
267267
uart:~$ wifi_prov raw 0801
268268
269+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
270+
269271
Testing
270272
=======
271273

samples/wifi/provisioning/softap/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Building and running
6161

6262
.. include:: /includes/build_and_run_ns.txt
6363

64+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
65+
6466
Testing
6567
=======
6668

samples/wifi/radio_test/multi_domain/sample_description.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ The following is an example of the CLI command:
7070
7171
See also :ref:`cmake_options` for instructions on how to provide CMake options.
7272

73+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
74+
7375
Dependencies
7476
************
7577

samples/wifi/radio_test/single_domain/sample_description.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ The following is an example of the CLI command:
6363
6464
See also :ref:`cmake_options` for instructions on how to provide CMake options.
6565

66+
.. include:: /includes/wifi_refer_sample_yaml_file.txt
67+
6668
See the :ref:`Peripheral radio test sample <radio_test>` for detailed documentation on the related features.
6769

6870
Dependencies

0 commit comments

Comments
 (0)