-
CONFIG_USB_DFU_WAIT_DELAY_MS
¶
wait_for_usb_dfu() timeout
Type: int
Help¶
A thread can use wait_for_usb_dfu() call for wait 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/dfu/Kconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:45
→ <Zephyr>/subsys/usb/Kconfig:144
→ <Zephyr>/subsys/usb/class/Kconfig:140
Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB DFU Class Driver
config USB_DFU_WAIT_DELAY_MS int "wait_for_usb_dfu() timeout" range 1000 120000 default 12000 depends onUSB_DFU_CLASS
&&USB_DEVICE_STACK
help A thread can use wait_for_usb_dfu() call for wait a prescribed time (in ms) for DFU to begin
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)