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 ifs and menus.)

Kconfig definition

At <Zephyr>/boards/posix/nrf52_bsim/Kconfig.board:3

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:22

Menu path: (Top) → Board Selection

config BOARD_NRF52_BSIM
    bool "NRF52 simulation model"
    select SOC_SERIES_BSIM_NRFXX
    select SOC_SERIES_BSIM_NRF52X
    select SOC_COMPATIBLE_NRF
    select SOC_COMPATIBLE_NRF52X
    select SOC_COMPATIBLE_NRF52832
    select CONSOLE_HAS_DRIVER
    select NRF_RTC_TIMER
    select CLOCK_CONTROL
    select HAS_HW_NRF_RNG
    select HAS_HW_NRF_CCM_LFLEN_8BIT
    select HAS_HW_NRF_RADIO_BLE_2M
    select HAS_HW_NRF_CLOCK
    select HAS_HW_NRF_POWER
    select HAS_NRFX
    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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)