Skip to content

Commit d9a59b2

Browse files
muraliThokalanordicjm
authored andcommitted
samples: wifi: Update SHIELD configuration for coex samples
Update the SHIELD configuration in the coexistence samples to ensure the correct overlay files are included. This change addresses the issue of missing overlay files by specifying the sample name, such as `ble_coex_SHIELD` parameter. Signed-off-by: Murali Thokala <[email protected]>
1 parent ef72347 commit d9a59b2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

samples/wifi/ble_coex/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ Add the following SHIELD options for the nRF7002 EK and nRF7001 EK.
169169

170170
.. code-block:: console
171171
172-
-DSHIELD=nrf7002ek
172+
-Dble_coex_SHIELD="nrf7002ek;nrf7002ek_coex"
173173
174174
* For nRF7001 EK:
175175

176176
.. code-block:: console
177177
178-
-DSHIELD=nrf7002ek_nrf7001
178+
-Dble_coex_SHIELD="nrf7002ek_nrf7001;nrf7002ek_coex"
179179
180180
The generated HEX file to be used is :file:`ble_coex/build/merged.hex`.
181181

samples/wifi/ble_coex/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tests:
5151
integration_platforms:
5252
- nrf5340dk/nrf5340/cpuapp
5353
extra_args:
54-
- SHIELD=nrf7002ek
54+
- ble_coex_SHIELD="nrf7002ek;nrf7002ek_coex"
5555
- CONFIG_MPSL_CX=y
5656
- ipc_radio_CONFIG_MPSL_CX=y
5757
- CONFIG_COEX_SEP_ANTENNAS=y
@@ -66,7 +66,7 @@ tests:
6666
integration_platforms:
6767
- nrf5340dk/nrf5340/cpuapp
6868
extra_args:
69-
- SHIELD=nrf7002ek_nrf7001
69+
- ble_coex_SHIELD="nrf7002ek_nrf7001;nrf7002ek_coex"
7070
- CONFIG_MPSL_CX=y
7171
- ipc_radio_CONFIG_MPSL_CX=y
7272
- CONFIG_COEX_SEP_ANTENNAS=y

samples/wifi/thread_coex/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ Add the following SHIELD options for the nRF7002 EK and nRF7001 EK.
156156

157157
.. code-block:: console
158158
159-
-DSHIELD=nrf7002ek
159+
-Dthread_coex_SHIELD="nrf7002ek;nrf7002ek_coex"
160160
161161
* For nRF7001 EK:
162162

163163
.. code-block:: console
164164
165-
-DSHIELD=nrf7002ek_nrf7001
165+
-Dthread_coex_SHIELD="nrf7002ek_nrf7001;nrf7002ek_coex"
166166
167167
* Overlay files
168168

samples/wifi/thread_coex/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests:
3838
integration_platforms:
3939
- nrf5340dk/nrf5340/cpuapp
4040
extra_args:
41-
- SHIELD=nrf7002ek
41+
- thread_coex_SHIELD="nrf7002ek;nrf7002ek_coex"
4242
- CONFIG_MPSL_CX=y
4343
- ipc_radio_CONFIG_MPSL_CX=y
4444
- CONFIG_COEX_SEP_ANTENNAS=y
@@ -54,7 +54,7 @@ tests:
5454
integration_platforms:
5555
- nrf5340dk/nrf5340/cpuapp
5656
extra_args:
57-
- SHIELD=nrf7002ek_nrf7001
57+
- thread_coex_SHIELD="nrf7002ek_nrf7001;nrf7002ek_coex"
5858
- CONFIG_MPSL_CX=y
5959
- ipc_radio_CONFIG_MPSL_CX=y
6060
- CONFIG_COEX_SEP_ANTENNAS=y

0 commit comments

Comments
 (0)