2022-01-05 07:44:02 +00:00
|
|
|
INPUT += \
|
2022-04-07 07:32:46 +00: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 \
|
2022-04-07 05:15:23 +00: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-03-04 10:03:39 +00:00
|
|
|
$(PROJECT_PATH)/components/driver/include/driver/temperature_sensor.h \
|
2022-01-05 07:44:02 +00:00
|
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32h2/esp_ds.h \
|
2022-04-07 05:15:23 +00:00
|
|
|
$(PROJECT_PATH)/components/esp_hw_support/include/soc/esp32h2/esp_hmac.h \
|
2022-04-07 07:32:46 +00:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/i2s_types.h \
|
2022-04-07 05:15:23 +00:00
|
|
|
$(PROJECT_PATH)/components/hal/include/hal/rmt_types.h \
|