Skip to content

Commit

Permalink
samples: wifi: radio_test: Disable combo build by default
Browse files Browse the repository at this point in the history
Default build should be Wi-Fi radio test and the Wi-Fi and ble
combo build should be enabled via sysbuild Kconfig symbol.

Signed-off-by: Bansidhar P.M <[email protected]>
  • Loading branch information
bama-nordic authored and carlescufi committed Dec 4, 2024
1 parent 0e8bd4b commit 8cde527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions samples/wifi/radio_test/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ menu "Network core configuration"
depends on SUPPORT_NETCORE

config SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST
bool
default y
bool "wi-fi ble radio test combo build"

choice NETCORE
prompt "Netcore image"
Expand Down
4 changes: 2 additions & 2 deletions samples/wifi/radio_test/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ tests:
sample.nrf7002.radio_test_combo:
sysbuild: true
build_only: true
extra_args: CONFIG_NRF70_RADIO_TEST_COMBO=y
extra_args: SB_CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST=y
integration_platforms:
- nrf7002dk/nrf5340/cpuapp
platform_allow: nrf7002dk/nrf5340/cpuapp
tags: ci_build sysbuild ci_samples_wifi
sample.nrf5340.radio_test_combo:
sysbuild: true
build_only: true
extra_args: SHIELD=nrf7002ek CONFIG_NRF70_RADIO_TEST_COMBO=y
extra_args: SHIELD=nrf7002ek SB_CONFIG_SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST=y
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
platform_allow: nrf5340dk/nrf5340/cpuapp
Expand Down

0 comments on commit 8cde527

Please sign in to comment.