-
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)
Choice options¶
Kconfig definition¶
At <Zephyr Driver>/wifi/esp32/Kconfig.esp32:200
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:78
→ <Zephyr Driver>/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.)