2020-10-29 09:57:09 +08:00
|
|
|
INPUT += \
|
2021-08-24 08:56:48 +08:00
|
|
|
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
|
2022-04-07 13:15:23 +08:00
|
|
|
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
2021-08-24 08:56:48 +08:00
|
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32s2/esp_ds.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32s2/esp_hmac.h \
|
2022-04-07 13:15:23 +08:00
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
|