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

CONFIG_BOOTLOADER_BOSSA_DEVICE_NAME

BOSSA CDC ACM device name

Type: string

Help

Sets the CDC ACM port to watch for reboot commands.

Direct dependencies

BOOTLOADER_BOSSA && CDC_ACM_DTE_RATE_CALLBACK_SUPPORT

(Includes any dependencies from ifs and menus.)

Default

  • “CDC_ACM_0”

Kconfig definition

At Kconfig.zephyr:656

Included via Kconfig:8

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

config BOOTLOADER_BOSSA_DEVICE_NAME
    string "BOSSA CDC ACM device name"
    default "CDC_ACM_0"
    depends on BOOTLOADER_BOSSA && CDC_ACM_DTE_RATE_CALLBACK_SUPPORT
    help
      Sets the CDC ACM port to watch for reboot commands.

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