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
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Boards>/posix/nrf52_bsim/Kconfig.board:3
Included via Kconfig:8 → Kconfig.zephyr:37 → <Zephyr Boards>/Kconfig:29
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>
    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.)