docs(coex): add soc_support_coexistence for esp32c5

This commit is contained in:
sibeibei
2025-04-11 17:42:38 +08:00
parent 771e9db73e
commit b192eb489f
3 changed files with 5 additions and 1 deletions

View File

@@ -123,6 +123,10 @@ config SOC_SYSTIMER_SUPPORTED
bool
default y
config SOC_SUPPORT_COEXISTENCE
bool
default y
config SOC_AES_SUPPORTED
bool
default y

View File

@@ -47,6 +47,7 @@
#define SOC_LEDC_SUPPORTED 1
#define SOC_I2C_SUPPORTED 1
#define SOC_SYSTIMER_SUPPORTED 1 // TODO: [ESP32C5] IDF-8707
#define SOC_SUPPORT_COEXISTENCE 1
#define SOC_AES_SUPPORTED 1
#define SOC_MPI_SUPPORTED 1
#define SOC_SHA_SUPPORTED 1

View File

@@ -1,7 +1,6 @@
api-guides/low-power-mode.rst
api-guides/RF_calibration.rst
api-guides/deep-sleep-stub.rst
api-guides/coexist.rst
api-guides/wifi.rst
api-guides/esp-wifi-mesh.rst
api-guides/inc/external-ram-esp32-notes.rst