The latest development version of this page may be more current than this released 2.7.0 version.
choice ESP32_WIFI_TASK_CORE_ID: WiFi Task Core ID

WiFi Task Core ID

Type: bool

Help

Pinned WiFi task to core 0 (core 1 not supported yet)

Direct dependencies

WIFI_ESP32 && WIFI

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/wifi/esp32/Kconfig.esp32:200

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

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support

choice ESP32_WIFI_TASK_CORE_ID
    bool "WiFi Task Core ID"
    default ESP32_WIFI_TASK_PINNED_TO_CORE_0
    depends on WIFI_ESP32 && WIFI
    help
      Pinned WiFi task to core 0 (core 1 not supported yet)

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)