15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
# Copyright 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "share/sysbuild/Kconfig"
|
|
|
|
config NET_CORE_BOARD
|
|
string
|
|
default "nrf5340bsim/nrf5340/cpunet" if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
|
|
|
|
config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
|
int
|
|
# Let's pass the test arguments to the application MCU test
|
|
# otherwise by default they would have gone to the net core.
|
|
default 0 if $(BOARD_TARGET_STRING) = "NRF5340BSIM_NRF5340_CPUAPP"
|