mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
feat(sdmmc): supported sd2.0 on esp32p4
This commit is contained in:

committed by
Armando (Dou Yiwen)

parent
1685dbc985
commit
70314b56d5
@@ -179,7 +179,8 @@ ESP32C6_DOCS = ['api-guides/RF_calibration.rst',
|
||||
|
||||
ESP32H2_DOCS = ['api-guides/RF_calibration.rst']
|
||||
|
||||
ESP32P4_DOCS = ['api-reference/system/ipc.rst']
|
||||
ESP32P4_DOCS = ['api-reference/system/ipc.rst',
|
||||
'api-reference/peripherals/sd_pullup_requirements.rst']
|
||||
|
||||
# format: {tag needed to include: documents to included}, tags are parsed from sdkconfig and peripheral_caps.h headers
|
||||
conditional_include_dict = {'SOC_BT_SUPPORTED':BT_DOCS,
|
||||
|
Reference in New Issue
Block a user