2023-07-25 12:18:16 +08:00
|
|
|
INPUT += \
|
2023-11-02 16:34:40 +08:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_i2c.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_uart.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/ulp_lp_core.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_gpio.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_i2c.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_print.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_uart.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \
|
2024-04-19 14:03:29 +08:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_interrupts.h \
|
2023-11-02 16:34:40 +08:00
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
|
2024-01-19 14:38:30 +01:00
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
|
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
|
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
|
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
|
2024-03-22 15:34:05 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_cam/include/esp_cam_ctlr.h \
|
2024-03-22 17:40:41 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_cam/include/esp_cam_ctlr_types.h \
|
2024-03-22 15:34:05 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_cam/csi/include/esp_cam_ctlr_csi.h \
|
2024-06-12 12:12:43 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_cam/isp_dvp/include/esp_cam_ctlr_isp_dvp.h \
|
2024-03-22 17:40:41 +08:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/jpeg_types.h \
|
2024-04-25 22:18:38 +08:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/ppa_types.h \
|
2024-06-07 17:26:31 +08:00
|
|
|
$(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_driver_touch_sens/hw_ver3/include/driver/touch_version_types.h \
|
2024-02-28 15:16:57 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_types.h \
|
2024-03-21 11:29:06 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_types.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_af.h \
|
2024-06-01 01:50:25 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_awb.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_ccm.h \
|
2024-06-12 12:12:43 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_bf.h \
|
2024-03-21 11:29:06 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_decode.h \
|
2024-04-01 20:02:39 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_encode.h \
|
2024-04-25 22:18:38 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_driver_ppa/include/driver/ppa.h \
|
2024-03-20 18:42:45 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_lcd/dsi/include/esp_lcd_mipi_dsi.h \
|
2024-01-21 19:29:42 +08:00
|
|
|
$(PROJECT_PATH)/components/sdmmc/include/sd_pwr_ctrl.h \
|
|
|
|
$(PROJECT_PATH)/components/sdmmc/include/sd_pwr_ctrl_by_on_chip_ldo.h \
|