Merge branch 'bugfix/mipi_dsi_write_back_size_check' into 'master'

docs: Add MIPI DSI API reference

Closes IDF-7714

See merge request espressif/esp-idf!29768
This commit is contained in:
morris
2024-03-22 14:17:45 +08:00
22 changed files with 625 additions and 522 deletions

View File

@@ -15,6 +15,7 @@ INPUT += \
$(PROJECT_PATH)/components/hal/include/hal/jpeg_types.h \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_decode.h \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_types.h \
$(PROJECT_PATH)/components/esp_lcd/dsi/include/esp_lcd_mipi_dsi.h \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/clk_tree_defs.h \
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/gpio_num.h \