mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
1019 B
Plaintext
16 lines
1019 B
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_i2c.h \
|
|
$(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_uart.h \
|
|
$(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 \
|
|
$(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 \
|
|
$(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 \
|
|
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he_types.h \
|
|
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he.h \
|