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 ifs and menus.)

Default

  • 12000

Kconfig definition

At <Zephyr>/subsys/usb/class/Kconfig:148

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:40<Zephyr>/subsys/usb/Kconfig:149

Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver

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

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