The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_WIFI_ESP_AT_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

WIFI_ESP_AT && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

At drivers/wifi/esp_at/Kconfig.esp_at:19

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:78drivers/wifi/Kconfig:35

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support

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.)