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

CONFIG_BOOTLOADER_BOSSA_LEGACY

Legacy

Type: bool

Help

Select the Legacy variant of the BOSSA bootloader.  This is defined
for compatibility mode only.  The recommendation is use newer
versions like Arduino or Adafruit UF2.

Direct dependencies

<choice: BOSSA bootloader variant>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At Kconfig.zephyr:667

Included via Kconfig:8

Menu path: (Top) → Boot Options → BOSSA bootloader support → BOSSA bootloader variant

config BOOTLOADER_BOSSA_LEGACY
    bool "Legacy"
    depends on <choice>
    help
      Select the Legacy variant of the BOSSA bootloader.  This is defined
      for compatibility mode only.  The recommendation is use newer
      versions like Arduino or Adafruit UF2.

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