:orphan: .. title:: CONFIG_WIFI_ESP_AT_RX_STACK_SIZE .. kconfig:: CONFIG_WIFI_ESP_AT_RX_STACK_SIZE CONFIG_WIFI_ESP_AT_RX_STACK_SIZE ################################ *Stack size for the Espressif esp wifi driver RX thread* Type: ``int`` Help ==== .. code-block:: none This stack is used by the Espressif ESP RX thread. Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support .. code-block:: kconfig config WIFI_ESP_AT_RX_STACK_SIZE int "Stack size for the Espressif esp wifi driver RX thread" default 1024 depends on WIFI_ESP_AT && WIFI help This stack is used by the Espressif ESP RX thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*