1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-26 01:10:12 -04:00

13 lines
811 B
Plaintext
Raw Normal View History

2020-10-29 09:57:09 +08:00
INPUT += \
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
$(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
$(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/rtc_io_channel.h \
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
$(IDF_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
2021-03-19 15:54:30 +08:00
$(IDF_PATH)/components/esp_hw_support/include/soc/esp32/himem.h \
2020-10-29 09:57:09 +08:00
$(IDF_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h