2022-08-23 03:25:03 -04:00
|
|
|
INPUT += \
|
2023-09-07 22:10:07 -04:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_i2c.h \
|
2023-10-11 00:13:08 -04:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_uart.h \
|
2023-09-07 22:10:07 -04:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/ulp_lp_core.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_gpio.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_i2c.h \
|
2023-10-11 00:13:08 -04:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_print.h \
|
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_uart.h \
|
2023-09-07 22:10:07 -04:00
|
|
|
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \
|
|
|
|
$(PROJECT_PATH)/components/bt/include/esp32c6/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 \
|
|
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
|
2023-06-14 22:57:45 -04:00
|
|
|
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he_types.h \
|
|
|
|
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he.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 \
|