1# Copyright (c) 2023-2024 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4# source the samples' Kconfig.sysbuild, if any 5source "${ZEPHYR_BASE}/samples/bluetooth/central_hr/Kconfig.sysbuild" 6 7config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX 8 int 9 # Let's pass the test arguments to the application MCU test 10 # otherwise by default they would have gone to the net core. 11 default 0 if $(BOARD_TARGET_STRING)="NRF5340BSIM_NRF5340_CPUAPP" 12