mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
e1b81f0aad
feat(bt): Support Bluetooth LE and Bluetooth Classic on ESP32-S31 Closes IDF-15185, IDF-15188, IDF-15189, IDF-15193, and IDF-15192 See merge request espressif/esp-idf!47330
22 lines
1.5 KiB
Plaintext
22 lines
1.5 KiB
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/esp_hal_dma/esp32s31/include/hal/bitscrambler_peri_select.h \
|
|
$(PROJECT_PATH)/components/esp_lcd/rgb/include/esp_lcd_panel_rgb.h \
|
|
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_decode.h \
|
|
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_encode.h \
|
|
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_types.h \
|
|
$(PROJECT_PATH)/components/esp_driver_touch_sens/hw_ver3/include/driver/touch_version_types.h \
|
|
$(PROJECT_PATH)/components/esp_driver_touch_sens/include/driver/touch_sens.h \
|
|
$(PROJECT_PATH)/components/esp_driver_touch_sens/include/driver/touch_sens_types.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/bt/include/esp32s31/include/esp_bt.h \
|
|
$(PROJECT_PATH)/components/bt/include/esp32s31/include/esp_bt_vs.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/shared/include/ulp_lp_core_lp_uart_shared.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_print.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 \
|