forked from espressif/esp-idf
feat(coex): support esp32c5 beta3 coexist
This commit is contained in:
Submodule components/esp_coex/lib updated: 2717868407...87eecbdf13
@@ -22,7 +22,7 @@ case $IDF_TARGET in
|
|||||||
esp32s3)
|
esp32s3)
|
||||||
PREFIX=xtensa-esp32s3-elf-
|
PREFIX=xtensa-esp32s3-elf-
|
||||||
;;
|
;;
|
||||||
esp32c2|esp32c3|esp32c6|esp32h2)
|
esp32c2|esp32c3|esp32c6|esp32h2|esp32c5)
|
||||||
PREFIX=riscv32-esp-elf-
|
PREFIX=riscv32-esp-elf-
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@@ -61,7 +61,7 @@ echo "Checking libraries for target ${IDF_TARGET}..."
|
|||||||
check_md5 ${IDF_PATH}/components/esp_coex/include/private/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|esp32c5)
|
||||||
check_md5 ${IDF_PATH}/components/esp_coex/include/esp_coex_i154.h g_coex_i154_funcs_md5
|
check_md5 ${IDF_PATH}/components/esp_coex/include/esp_coex_i154.h g_coex_i154_funcs_md5
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@@ -607,6 +607,10 @@ config SOC_UART_SUPPORT_FSM_TX_WAIT_SEND
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_COEX_HW_PTI
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
|
||||||
int
|
int
|
||||||
default 12
|
default 12
|
||||||
|
@@ -495,7 +495,7 @@
|
|||||||
#define SOC_UART_SUPPORT_FSM_TX_WAIT_SEND (1)
|
#define SOC_UART_SUPPORT_FSM_TX_WAIT_SEND (1)
|
||||||
|
|
||||||
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
|
/*-------------------------- COEXISTENCE HARDWARE PTI CAPS -------------------------------*/
|
||||||
// #define SOC_COEX_HW_PTI (1)
|
#define SOC_COEX_HW_PTI (1)
|
||||||
|
|
||||||
/*-------------------------- EXTERNAL COEXISTENCE CAPS -------------------------------------*/
|
/*-------------------------- EXTERNAL COEXISTENCE CAPS -------------------------------------*/
|
||||||
// #define SOC_EXTERNAL_COEX_ADVANCE (1) /*!< HARDWARE ADVANCED EXTERNAL COEXISTENCE CAPS */
|
// #define SOC_EXTERNAL_COEX_ADVANCE (1) /*!< HARDWARE ADVANCED EXTERNAL COEXISTENCE CAPS */
|
||||||
|
Reference in New Issue
Block a user