Skip to content

Commit cab03ee

Browse files
committed
tests: nrf_auracast: Simplify network core building
Use NRF_DEFAULT_IPC_RADIO to enable building of the hci_ipc radio sample for the network core instead of adding it manually. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent 274330a commit cab03ee

File tree

4 files changed

+7
-58
lines changed

4 files changed

+7
-58
lines changed

tests/bluetooth/bsim/nrf_auraconfig/Kconfig.sysbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
source "share/sysbuild/Kconfig"
88

9+
config NRF_DEFAULT_IPC_RADIO
10+
bool
11+
default y
12+
913
config NET_CORE_BOARD
1014
string
1115
default "nrf5340bsim/nrf5340/cpunet" if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"

tests/bluetooth/bsim/nrf_auraconfig/sysbuild.cmake

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/bluetooth/bsim/nrf_auraconfig/tester/Kconfig.sysbuild

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66

77
source "share/sysbuild/Kconfig"
88

9-
config NET_CORE_BOARD
10-
string
11-
default "nrf5340bsim/nrf5340/cpunet" if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
12-
9+
config NRF_DEFAULT_IPC_RADIO
10+
bool
11+
default y
1312

1413
config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
1514
int

tests/bluetooth/bsim/nrf_auraconfig/tester/sysbuild.cmake

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)