feat(hal):graudate the isp hal driver into a new component

This commit is contained in:
armando
2025-12-02 10:27:46 +08:00
parent 5b4764770b
commit b856201cc1
26 changed files with 128 additions and 155 deletions
+1 -1
View File
@@ -33,9 +33,9 @@ INPUT += \
$(PROJECT_PATH)/components/esp_driver_touch_sens/include/driver/touch_sens.h \
$(PROJECT_PATH)/components/esp_driver_touch_sens/include/driver/touch_sens_types.h \
$(PROJECT_PATH)/components/esp_hal_cam/include/hal/cam_ctlr_types.h \
$(PROJECT_PATH)/components/esp_hal_cam/include/hal/isp_types.h \
$(PROJECT_PATH)/components/esp_lcd/dsi/include/esp_lcd_mipi_dsi.h \
$(PROJECT_PATH)/components/esp_lcd/rgb/include/esp_lcd_panel_rgb.h \
$(PROJECT_PATH)/components/hal/include/hal/isp_types.h \
$(PROJECT_PATH)/components/hal/include/hal/ppa_types.h \
$(PROJECT_PATH)/components/sdmmc/include/sd_pwr_ctrl.h \
$(PROJECT_PATH)/components/sdmmc/include/sd_pwr_ctrl_by_on_chip_ldo.h \