2021-05-24 03:08:00 -04:00
|
|
|
INPUT += \
|
2021-08-23 20:56:48 -04:00
|
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_hmac.h \
|
2021-08-24 11:53:45 -04:00
|
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/$(IDF_TARGET)/esp_ds.h \
|
2021-08-23 20:56:48 -04:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/mcpwm.h \
|
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/pcnt.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
2021-08-31 02:14:04 -04:00
|
|
|
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
2022-01-21 04:13:48 -05:00
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
|
2021-08-31 02:14:04 -04:00
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
|
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
|
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
|
2021-10-26 09:12:26 -04:00
|
|
|
$(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_system/include/esp_ipc.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_system/include/esp_ipc_isr.h
|