2020-10-29 01:57:09 +00:00
|
|
|
INPUT += \
|
2023-01-31 06:36:21 +00:00
|
|
|
$(PROJECT_PATH)/components/driver/touch_sensor/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
2022-05-11 02:32:56 +00:00
|
|
|
$(PROJECT_PATH)/components/esp_psram/include/esp32/himem.h \
|
2022-04-07 05:15:23 +00:00
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
|
2021-08-24 00:56:48 +00:00
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
2022-04-07 05:15:23 +00:00
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
|
2023-07-17 09:29:07 +00:00
|
|
|
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt.h \
|
2023-09-08 02:10:07 +00: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_fsm/include/ulp_fsm_common.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
|