2021-05-24 15:08:00 +08:00
|
|
|
INPUT += \
|
2024-10-17 18:23:22 +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_ver2/include/driver/touch_version_types.h \
|
2024-01-11 18:25:08 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_lcd/rgb/include/esp_lcd_panel_rgb.h \
|
2022-04-07 13:15:23 +08:00
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
|
2023-09-08 10:10:07 +08:00
|
|
|
$(PROJECT_PATH)/components/touch_element/include/touch_element/touch_button.h \
|
|
|
|
$(PROJECT_PATH)/components/touch_element/include/touch_element/touch_element.h \
|
|
|
|
$(PROJECT_PATH)/components/touch_element/include/touch_element/touch_matrix.h \
|
|
|
|
$(PROJECT_PATH)/components/touch_element/include/touch_element/touch_slider.h \
|
|
|
|
$(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 \
|
2023-07-17 17:29:07 +08:00
|
|
|
$(PROJECT_PATH)/components/bt/include/esp32c3/include/esp_bt.h \
|
2023-09-08 10:10:07 +08:00
|
|
|
$(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_access.h \
|
|
|
|
$(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_apis.h \
|
|
|
|
$(PROJECT_PATH)/components/perfmon/include/xtensa_perfmon_masks.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_riscv/include/ulp_riscv_lock.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_riscv/include/ulp_riscv.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_riscv/include/ulp_riscv_i2c.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_riscv/shared/include/ulp_riscv_lock_shared.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/ulp_fsm_common.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
|