:orphan: .. title:: USB_NRFX_WORK_QUEUE_STACK_SIZE .. option:: 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. Direct dependencies =================== \ :option:`USB_NRFX ` && \ :option:`USB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config USB_NRFX_WORK_QUEUE_STACK_SIZE int "USBD work queue stack size" default 1024 depends on \ :option:`USB_NRFX ` && \ :option:`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.)*