-
CONFIG_USB_NRFX_WORK_QUEUE_STACK_SIZE
¶
USBD work queue stack size
Type: int
Help¶
Size of the stack for the work queue thread that is used in the driver for handling the events from the USBD ISR, i.e. executing endpoint callbacks and providing proper notifications to the USB device stack.
Default¶
1024
Kconfig definition¶
At drivers/usb/device/Kconfig:69
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:68
→ drivers/usb/Kconfig:11
Menu path: (Top) → Device Drivers → USB → Nordic Semiconductor USB Device Controller Driver
config USB_NRFX_WORK_QUEUE_STACK_SIZE int "USBD work queue stack size" default 1024 depends onUSB_NRFX
&&USB
help Size of the stack for the work queue thread that is used in the driver for handling the events from the USBD ISR, i.e. executing endpoint callbacks and providing proper notifications to the USB device stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)