:orphan: .. title:: CONFIG_USB_NRFX_WORK_QUEUE_STACK_SIZE .. kconfig:: CONFIG_USB_NRFX_WORK_QUEUE_STACK_SIZE CONFIG_USB_NRFX_WORK_QUEUE_STACK_SIZE ##################################### *USBD work queue stack size* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`USB_NRFX ` && \ :kconfig:`USB_DEVICE_DRIVER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/usb/device/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:70`` → ``/usb/Kconfig:6`` Menu path: (Top) → Device Drivers → Enable USB device controller drivers → Nordic Semiconductor USB Device Controller Driver .. code-block:: kconfig config USB_NRFX_WORK_QUEUE_STACK_SIZE int "USBD work queue stack size" default 1024 depends on USB_NRFX && USB_DEVICE_DRIVER 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.)*