-
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¶
- 12000 if
USB_DFU_CLASS
&&USB_DEVICE_STACK
Kconfig definition¶
At subsys/usb/class/Kconfig:139
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:28
→ subsys/usb/Kconfig:102
Menu path: (top menu) → USB device stack
config USB_DFU_WAIT_DELAY_MS int default 12000 ifUSB_DFU_CLASS
&&USB_DEVICE_STACK
depends onUSB_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.)