The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BOARD_NRF52_BSIM

NRF52 simulation model

Type: bool

Help

Will produce a console Linux process which can be executed natively. It needs the BabbleSim simulator both in compile time and to execute

Direct dependencies

<choice: Board Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At boards/posix/nrf52_bsim/Kconfig.board:3

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:21

Menu path: (top menu) → Board Selection

config BOARD_NRF52_BSIM
    bool
    prompt "NRF52 simulation model" if <choice: Board Selection>
    select SOC_SERIES_BSIM_NRFXX if <choice: Board Selection>
    select SOC_SERIES_BSIM_NRF52X if <choice: Board Selection>
    select SOC_COMPATIBLE_NRF if <choice: Board Selection>
    select SOC_COMPATIBLE_NRF52X if <choice: Board Selection>
    select SOC_COMPATIBLE_NRF52832 if <choice: Board Selection>
    select CONSOLE_HAS_DRIVER if <choice: Board Selection>
    select NRF_RTC_TIMER if <choice: Board Selection>
    select CLOCK_CONTROL if <choice: Board Selection>
    depends on <choice: Board Selection>
    help
      Will produce a console Linux process which can be executed natively.
      It needs the BabbleSim simulator both in compile time and to execute

(Definitions include propagated dependencies, including from if’s and menus.)