mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
docs(esp32h4): support building esp32h4 docs
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user