2020-10-28 21:57:09 -04:00
|
|
|
INPUT += \
|
2021-08-23 20:56:48 -04:00
|
|
|
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
|
2022-04-07 01:15:23 -04:00
|
|
|
$(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
|
2022-04-07 03:32:46 -04:00
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/i2s_common.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/i2s_pdm.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/i2s_std.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/i2s_types.h \
|
2021-08-23 20:56:48 -04:00
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/mcpwm.h \
|
2022-01-17 01:47:03 -05:00
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/pulse_cnt.h \
|
2022-04-07 01:15:23 -04:00
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/rmt_common.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/rmt_encoder.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/rmt_rx.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/rmt_tx.h \
|
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/rmt_types.h \
|
2022-05-10 22:32:56 -04:00
|
|
|
$(PROJECT_PATH)/components/esp_psram/include/esp32/himem.h \
|
2022-04-07 01:15:23 -04:00
|
|
|
$(PROJECT_PATH)/components/esp_system/include/esp_ipc.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_system/include/esp_ipc_isr.h \
|
2022-04-07 03:32:46 -04:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/i2s_types.h \
|
2022-04-07 01:15:23 -04:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
|
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
|
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/rmt_types.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
|
2021-08-23 20:56:48 -04:00
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
|
2022-01-21 04:13:48 -05:00
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
|
2022-04-07 01:15:23 -04:00
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
|