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 <Zephyr>/Kconfig.zephyr:595
Included via <Zephyr>/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.)