mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
update(esp_coexist): update esp coexist header file
This commit is contained in:
parent
22c5a4befc
commit
868d52dcd1
@ -18,7 +18,7 @@
|
|||||||
#include "freertos/portmacro.h"
|
#include "freertos/portmacro.h"
|
||||||
#include "esp_heap_caps.h"
|
#include "esp_heap_caps.h"
|
||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32/rom/ets_sys.h"
|
#include "esp32/rom/ets_sys.h"
|
||||||
|
|
||||||
#define TAG "esp_coex_adapter"
|
#define TAG "esp_coex_adapter"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "esp_private/esp_clk.h"
|
#include "esp_private/esp_clk.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32c2/rom/ets_sys.h"
|
#include "esp32c2/rom/ets_sys.h"
|
||||||
|
|
||||||
#define TAG "esp_coex_adapter"
|
#define TAG "esp_coex_adapter"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "esp_private/esp_clk.h"
|
#include "esp_private/esp_clk.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32c3/rom/ets_sys.h"
|
#include "esp32c3/rom/ets_sys.h"
|
||||||
#include "soc/system_reg.h"
|
#include "soc/system_reg.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "esp_private/esp_clk.h"
|
#include "esp_private/esp_clk.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32c6/rom/ets_sys.h"
|
#include "esp32c6/rom/ets_sys.h"
|
||||||
|
|
||||||
#define TAG "esp_coex_adapter"
|
#define TAG "esp_coex_adapter"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "esp_private/esp_clk.h"
|
#include "esp_private/esp_clk.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32c6/rom/ets_sys.h"
|
#include "esp32c6/rom/ets_sys.h"
|
||||||
|
|
||||||
#define TAG "esp_coex_adapter"
|
#define TAG "esp_coex_adapter"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "esp_private/esp_clk.h"
|
#include "esp_private/esp_clk.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32s2/rom/ets_sys.h"
|
#include "esp32s2/rom/ets_sys.h"
|
||||||
|
|
||||||
#define TAG "esp_coex_adapter"
|
#define TAG "esp_coex_adapter"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "esp_timer.h"
|
#include "esp_timer.h"
|
||||||
#include "soc/rtc.h"
|
#include "soc/rtc.h"
|
||||||
#include "esp_private/esp_clk.h"
|
#include "esp_private/esp_clk.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
#include "esp32s3/rom/ets_sys.h"
|
#include "esp32s3/rom/ets_sys.h"
|
||||||
#include "soc/system_reg.h"
|
#include "soc/system_reg.h"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "esp_coexist.h"
|
#include "esp_coexist.h"
|
||||||
#include "esp_coexist_adapter.h"
|
#include "private/esp_coexist_adapter.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -58,7 +58,7 @@ function check_md5()
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "Checking libraries for target ${IDF_TARGET}..."
|
echo "Checking libraries for target ${IDF_TARGET}..."
|
||||||
check_md5 ${IDF_PATH}/components/esp_coex/include/esp_coexist_adapter.h g_coex_adapter_funcs_md5
|
check_md5 ${IDF_PATH}/components/esp_coex/include/private/esp_coexist_adapter.h g_coex_adapter_funcs_md5
|
||||||
|
|
||||||
case $IDF_TARGET in
|
case $IDF_TARGET in
|
||||||
esp32c6|esp32h2)
|
esp32c6|esp32h2)
|
||||||
|
@ -38,10 +38,6 @@ typedef struct {
|
|||||||
*/
|
*/
|
||||||
esp_err_t esp_wifi_ap_get_sta_list_with_ip(const wifi_sta_list_t *wifi_sta_list, wifi_sta_mac_ip_list_t *wifi_sta_ip_mac_list);
|
esp_err_t esp_wifi_ap_get_sta_list_with_ip(const wifi_sta_list_t *wifi_sta_list, wifi_sta_mac_ip_list_t *wifi_sta_ip_mac_list);
|
||||||
|
|
||||||
/**
|
|
||||||
* @}
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -27,7 +27,6 @@ INPUT = \
|
|||||||
$(PROJECT_PATH)/components/bootloader_support/include/bootloader_random.h \
|
$(PROJECT_PATH)/components/bootloader_support/include/bootloader_random.h \
|
||||||
$(PROJECT_PATH)/components/bootloader_support/include/esp_app_format.h \
|
$(PROJECT_PATH)/components/bootloader_support/include/esp_app_format.h \
|
||||||
$(PROJECT_PATH)/components/bootloader_support/include/esp_flash_encrypt.h \
|
$(PROJECT_PATH)/components/bootloader_support/include/esp_flash_encrypt.h \
|
||||||
$(PROJECT_PATH)/components/esp_coex/include/esp_coexist_adapter.h \
|
|
||||||
$(PROJECT_PATH)/components/esp_coex/include/esp_coexist_internal.h \
|
$(PROJECT_PATH)/components/esp_coex/include/esp_coexist_internal.h \
|
||||||
$(PROJECT_PATH)/components/esp_coex/include/esp_coexist.h \
|
$(PROJECT_PATH)/components/esp_coex/include/esp_coexist.h \
|
||||||
$(PROJECT_PATH)/components/esp_coex/include/esp_modem_wrapper.h \
|
$(PROJECT_PATH)/components/esp_coex/include/esp_modem_wrapper.h \
|
||||||
|
@ -89,7 +89,7 @@ components/esp_hw_support/include/esp_private/esp_memprot_internal.h
|
|||||||
### Here are the files that use CONFIG_XXX values but don't include sdkconfig.h
|
### Here are the files that use CONFIG_XXX values but don't include sdkconfig.h
|
||||||
#
|
#
|
||||||
components/esp_wifi/include/esp_private/wifi_os_adapter.h
|
components/esp_wifi/include/esp_private/wifi_os_adapter.h
|
||||||
components/esp_coex/include/esp_coexist_adapter.h
|
components/esp_coex/include/private/esp_coexist_adapter.h
|
||||||
components/esp_coex/include/esp_coex_i154.h
|
components/esp_coex/include/esp_coex_i154.h
|
||||||
### To be fixed: headers that rely on implicit inclusion
|
### To be fixed: headers that rely on implicit inclusion
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user