CONFIG_MASS_STORAGE_STACK_SIZE¶
Set stack size for mass storage thread
Type: int
Help¶
Stack size for mass storage disk operations thread
Direct dependencies¶
USB_MASS_STORAGE && USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default¶
- 512 
Kconfig definition¶
At <Zephyr Subsystem>/usb/class/Kconfig.msc:46
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:49 → <Zephyr Subsystem>/usb/Kconfig:160 → <Zephyr Subsystem>/usb/class/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Mass Storage Device Class support
config MASS_STORAGE_STACK_SIZE
    int "Set stack size for mass storage thread"
    default 512
    depends on USB_MASS_STORAGE && USB_DEVICE_STACK
    help
      Stack size for mass storage disk operations thread
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)