Add HW external coexist api.

Simplify the external coex flow.

And replace gpio of driver interface with hal one.
This commit is contained in:
alex.li
2021-01-18 15:55:14 +08:00
committed by Jack
parent b96b76fc10
commit 26d8b7ee17
12 changed files with 281 additions and 67 deletions

View File

@@ -237,7 +237,7 @@ esp_err_t esp_wifi_init(const wifi_init_config_t *config)
ESP_LOGW(TAG, "Failed to set default Wi-Fi event handlers (0x%x)", err);
}
#endif
#if CONFIG_SW_COEXIST_ENABLE
#if CONFIG_SW_COEXIST_ENABLE || CONFIG_EXTERNAL_COEX_ENABLE
coex_init();
#endif
esp_wifi_set_log_level();