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

(No prompt – not directly user assignable.)

Type: int

Help

A thread can wait for a prescribed time (in ms) for DFU to begin

Direct dependencies

USB_DFU_CLASS && USB_DEVICE_STACK

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/usb/class/Kconfig:139

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102

Menu path: (top menu) → USB device stack

config USB_DFU_WAIT_DELAY_MS
    int
    default 12000 if USB_DFU_CLASS && USB_DEVICE_STACK
    depends on USB_DFU_CLASS && USB_DEVICE_STACK
    help
      A thread can wait for a prescribed time (in ms) for DFU to begin

(Definitions include propagated dependencies, including from if’s and menus.)