Skip to content

Commit c31e6ed

Browse files
krish2718nordicjm
authored andcommitted
samples: wifi: coex: Remove not applicable ipc radio
ipc_radio is not applicable for 54L, so, drop the prefixes as its a single image. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent cc089aa commit c31e6ed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

samples/wifi/ble_coex/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ tests:
9696
sysbuild: true
9797
build_only: true
9898
extra_args:
99-
- ble_coex_SHIELD="nrf7002eb2"
99+
- SHIELD="nrf7002eb2;nrf7002eb2_coex"
100100
- CONFIG_MPSL_CX=y
101-
- ipc_radio_CONFIG_MPSL_CX=y
102101
- CONFIG_COEX_SEP_ANTENNAS=y
103102
integration_platforms:
104103
- nrf54lm20dk/nrf54lm20a/cpuapp

samples/wifi/thread_coex/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ tests:
8787
sysbuild: true
8888
build_only: true
8989
extra_args:
90-
- thread_coex_SHIELD="nrf7002eb2"
90+
- SHIELD="nrf7002eb2;nrf7002eb2_coex"
9191
- CONFIG_MPSL_CX=y
92-
- ipc_radio_CONFIG_MPSL_CX=y
9392
- CONFIG_COEX_SEP_ANTENNAS=y
9493
- EXTRA_CONF_FILE="overlay-wifi-udp-client-thread-udp-client.conf"
9594
integration_platforms:

0 commit comments

Comments
 (0)