2020-10-28 21:57:09 -04:00
|
|
|
INPUT += \
|
2021-02-06 07:52:28 -05:00
|
|
|
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
|
2020-10-28 21:57:09 -04:00
|
|
|
$(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
|
2021-02-06 07:52:28 -05:00
|
|
|
$(IDF_PATH)/components/hal/include/hal/pcnt_types.h \
|
|
|
|
$(IDF_PATH)/components/driver/include/driver/pcnt.h \
|
|
|
|
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
|
|
|
|
$(IDF_PATH)/components/driver/esp32s2/include/driver/temp_sensor.h \
|
|
|
|
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
|
|
|
$(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
2020-10-28 21:57:09 -04:00
|
|
|
$(IDF_PATH)/components/esp32s2/include/esp_hmac.h \
|
|
|
|
$(IDF_PATH)/components/esp32s2/include/esp_ds.h \
|
|
|
|
$(IDF_PATH)/components/ulp/include/esp32s2/ulp_riscv.h \
|
2020-12-29 23:25:14 -05:00
|
|
|
$(IDF_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
|
|
|
|
$(IDF_PATH)/components/touch_element/include/touch_element/touch_element.h \
|
|
|
|
$(IDF_PATH)/components/touch_element/include/touch_element/touch_button.h \
|
|
|
|
$(IDF_PATH)/components/touch_element/include/touch_element/touch_slider.h \
|
|
|
|
$(IDF_PATH)/components/touch_element/include/touch_element/touch_matrix.h
|