2021-05-24 03:08:00 -04:00
|
|
|
INPUT += \
|
|
|
|
$(IDF_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
|
2021-08-02 02:31:43 -04:00
|
|
|
$(IDF_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_hmac.h \
|
2021-05-24 03:08:00 -04:00
|
|
|
$(IDF_PATH)/components/hal/include/hal/mcpwm_types.h \
|
|
|
|
$(IDF_PATH)/components/driver/include/driver/mcpwm.h \
|
|
|
|
$(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/touch_sensor_channel.h \
|
|
|
|
$(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h
|