-
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 subsys/usb/class/Kconfig:135
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:26
→ subsys/usb/Kconfig:132
Menu path: (Top) → USB device stack → USB DFU Class Driver
config USB_DFU_WAIT_DELAY_MS int default 12000 depends onUSB_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.)