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

CONFIG_BOARD_HAS_NRF5_BOOTLOADER

Board has nRF5 bootloader

Type: bool

Help

If selected, applications are linked so that they can be loaded by Nordic
nRF5 bootloader.

Direct dependencies

BOARD_NRF52840DONGLE_NRF52840

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At boards/arm/nrf52840dongle_nrf52840/Kconfig:13

Included via Kconfig:8Kconfig.zephyr:37boards/Kconfig:75

Menu path: (Top) → Board Options

config BOARD_HAS_NRF5_BOOTLOADER
    bool "Board has nRF5 bootloader"
    default y
    depends on BOARD_NRF52840DONGLE_NRF52840
    help
      If selected, applications are linked so that they can be loaded by Nordic
      nRF5 bootloader.

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