CONFIG_BOOTLOADER_BOSSA¶
BOSSA bootloader support
Type: bool
Help¶
Signifies that the target uses a BOSSA compatible bootloader. If CDC
ACM USB support is also enabled then the board will reboot into the
bootloader automatically when bossac is run.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/Kconfig.zephyr:575
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Boot Options
config BOOTLOADER_BOSSA
bool "BOSSA bootloader support"
select USE_DT_CODE_PARTITION
help
Signifies that the target uses a BOSSA compatible bootloader. If CDC
ACM USB support is also enabled then the board will reboot into the
bootloader automatically when bossac is run.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)