feat(extconn): Supports external WiFi connections for ESP32p4 and other espressf chips

This commit is contained in:
xiehang
2024-03-27 16:29:09 +08:00
parent 9d7bd6a8dd
commit f3c5047638
26 changed files with 1128 additions and 263 deletions

View File

@@ -17,7 +17,9 @@
#include "esp_private/esp_clk.h"
#include "esp_wpa.h"
#include "esp_netif.h"
#ifdef CONFIG_ESP_COEX_ENABLED
#include "private/esp_coexist_internal.h"
#endif
#ifdef CONFIG_ESP_PHY_ENABLED
#include "esp_phy_init.h"
#include "esp_private/phy.h"