docs(esp32h4): support building esp32h4 docs

This commit is contained in:
Marius Vikhammer
2025-04-22 12:15:58 +08:00
parent 27ec17a623
commit f3d1717408
27 changed files with 511 additions and 4 deletions

View File

@@ -297,6 +297,10 @@ ESP32C6_DOCS = [
ESP32H2_DOCS = ['api-guides/RF_calibration.rst', 'api-guides/phy.rst']
ESP32H4_DOCS = [
'api-reference/system/ipc.rst',
]
ESP32P4_DOCS = [
'api-reference/system/ipc.rst',
'api-reference/peripherals/cap_touch_sens.rst',
@@ -373,6 +377,7 @@ conditional_include_dict = {
'esp32c6': ESP32C6_DOCS,
'esp32c61': ESP32C61_DOCS,
'esp32h2': ESP32H2_DOCS,
'esp32h4': ESP32H4_DOCS,
'esp32p4': ESP32P4_DOCS,
}