mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
7ceda92c6e
Initial step of migration of esp-wifi-remote to IDF This cannot be an official component, as it would colide with the existing managed esp_wifi_remote. This needs to be an additional functionality of esp_wifi (subdirectory) used in these 3 scenarios: * Adding remote functionality esp_wifi() APIs to chips without WiFi (esp32p4, h2,...) * Additional WiFi interface for chips which already have WiFi * Genuine WiFi interface for linux target host applications The ownership of WiFi's remote functionality will be transfered back to the wifi team after the migration and stabilization.