-
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 subsys/usb/class/dfu/Kconfig:21
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:45 → subsys/usb/Kconfig:144 → 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 on USB_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.)