:orphan: .. title:: WIFI_ESP_RX_STACK_SIZE .. option:: CONFIG_WIFI_ESP_RX_STACK_SIZE *Stack size for the Espressif esp wifi driver RX thread* Type: ``int`` Help ==== This stack is used by the Espressif ESP RX thread. Direct dependencies =================== \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support .. parsed-literal:: config WIFI_ESP_RX_STACK_SIZE int "Stack size for the Espressif esp wifi driver RX thread" default 1024 depends on \ :option:`WIFI_ESP ` && \ :option:`WIFI ` help This stack is used by the Espressif ESP RX thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*