CONFIG_WIFI_WINC1500_THREAD_STACK_SIZE¶
HAL callback handler thread stack size
Type: int
Help¶
This option sets the size of the stack used by the thread handling
WINC1500 HAL callbacks. Do not touch it unless you know what you are
doing.
Default¶
- 2048 
Kconfig definition¶
At <Zephyr Driver>/wifi/winc1500/Kconfig.winc1500:24
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:78 → <Zephyr Driver>/wifi/Kconfig:32
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support
config WIFI_WINC1500_THREAD_STACK_SIZE
    int "HAL callback handler thread stack size"
    default 2048
    depends on WIFI_WINC1500 && WIFI
    help
      This option sets the size of the stack used by the thread handling
      WINC1500 HAL callbacks. Do not touch it unless you know what you are
      doing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)