Merge branch 'support/esp32c5eco2_ble_15_4' into 'master'

Resupport BLE and 15.4 for esp32c5eco2

Closes IDF-12822, IDF-12824, IDF-10559, IDF-10560, IDF-10561, IDF-10562, IDF-10563, IDF-10564, IDF-10565, IDF-10566, and IDF-10567

See merge request espressif/esp-idf!38804
This commit is contained in:
Jiang Jiang Jian
2025-04-30 10:11:19 +08:00
77 changed files with 193 additions and 158 deletions

View File

@@ -14,6 +14,5 @@ INPUT += \
$(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 \
# TODO: [ESP32C5 ECO2] IDF-12822 Add back bt docs
# $(PROJECT_PATH)/components/bt/include/esp32c5/include/esp_bt.h
# $(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt_vs.h
$(PROJECT_PATH)/components/bt/include/esp32c5/include/esp_bt.h \
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt_vs.h \