Skip to content

Commit

Permalink
nrf52_bsim: Set CPU we are targetting
Browse files Browse the repository at this point in the history
Let's be explicity about which CPU we are targetting.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar authored and fabiobaltieri committed Sep 4, 2023
1 parent d9c76e6 commit 3973475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/posix/nrf52_bsim/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ config OUTPUT_PRINT_MEMORY_USAGE
config BOARD
default "nrf52_bsim"

config NATIVE_SIMULATOR_CPU_N
default 0

config SYS_CLOCK_HW_CYCLES_PER_SEC
default 32768

Expand Down

0 comments on commit 3973475

Please sign in to comment.