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

USB_NRFX && USB

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At <Zephyr>/drivers/usb/device/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:68<Zephyr>/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 on USB_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.)