:orphan: .. title:: BOOTLOADER_BOSSA_ADAFRUIT_UF2 .. option:: CONFIG_BOOTLOADER_BOSSA_ADAFRUIT_UF2 *Adafruit UF2* Type: ``bool`` Help ==== Select the Adafruit UF2 variant of the BOSSA bootloader. Uses 0xf01669ef as the magic value to enter the bootloader. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:510`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options → BOSSA bootloader support → BOSSA bootloader variant .. parsed-literal:: config BOOTLOADER_BOSSA_ADAFRUIT_UF2 bool "Adafruit UF2" depends on \ :ref:` ` help Select the Adafruit UF2 variant of the BOSSA bootloader. Uses 0xf01669ef as the magic value to enter the bootloader. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*