mirror of
https://github.com/espressif/esp-idf.git
synced 2025-06-25 17:31:40 +02:00
19 lines
1.4 KiB
Plaintext
19 lines
1.4 KiB
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/esp_driver_bitscrambler/include/driver/bitscrambler.h \
|
|
$(PROJECT_PATH)/components/esp_driver_bitscrambler/include/driver/bitscrambler_loopback.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/bitscrambler_peri_select.h \
|
|
$(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/lp_core_etm.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/ulp/lp_core/lp_core/include/ulp_lp_core_interrupts.h \
|
|
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
|
|
$(PROJECT_PATH)/components/ulp/lp_core/shared/include/ulp_lp_core_lp_uart_shared.h \
|
|
$(PROJECT_PATH)/components/bt/include/esp32c5/include/esp_bt.h \
|
|
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt_vs.h \
|