2023-01-06 02:25:58 -05:00
|
|
|
INPUT += \
|
2023-09-07 22:10:07 -04:00
|
|
|
$(PROJECT_PATH)/components/bt/include/esp32h2/include/esp_bt.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
|
2023-06-14 22:57:45 -04:00
|
|
|
$(PROJECT_PATH)/components/esp_coex/include/esp_coex_i154.h \
|
2024-02-27 02:54:03 -05:00
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \
|
2024-02-20 05:37:38 -05:00
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/clk_tree_defs.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/gpio_num.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/soc_caps.h \
|
|
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/uart_channel.h \
|