boards nrf53_bsim: Set net core as primary
So it gets the command line arguments by default. This eases running the BT test which run on the nrf52_bsim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
dd2eefb1ce
commit
6ef42d0b80
|
@ -27,6 +27,10 @@ config NATIVE_SIMULATOR_MCU_N
|
|||
config NATIVE_SIMULATOR_AUTOSTART_MCU
|
||||
default y if BOARD_NRF5340BSIM_NRF5340_CPUNET
|
||||
|
||||
config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
||||
default 1 if SOC_SERIES_BSIM_NRF53X
|
||||
default 0
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 32768
|
||||
|
||||
|
|
Loading…
Reference in a new issue