feat(sdio): supported sdio on esp32c5

This commit is contained in:
armando
2025-04-23 15:47:09 +08:00
parent 8d02253b48
commit 69164ed912
14 changed files with 612 additions and 17 deletions

View File

@@ -285,7 +285,7 @@ ESP32C3_DOCS = ['hw-reference/esp32c3/**', 'api-guides/RF_calibration.rst', 'api
ESP32C2_DOCS = ['api-guides/RF_calibration.rst', 'api-guides/phy.rst']
ESP32C5_DOCS = ['api-guides/phy.rst']
ESP32C5_DOCS = ['api-guides/phy.rst', 'api-reference/peripherals/sd_pullup_requirements.rst']
ESP32C61_DOCS = ['api-guides/phy.rst']