@@ -75,6 +75,7 @@ INC += \
75
75
-isystem esp-idf/components/esp_hw_support/dma/include \
76
76
-isystem esp-idf/components/esp_hw_support/include \
77
77
-isystem esp-idf/components/esp_hw_support/include/soc \
78
+ -isystem esp-idf/components/esp_hw_support/port/$(IDF_TARGET ) /private_include \
78
79
-isystem esp-idf/components/esp_mm/include \
79
80
-isystem esp-idf/components/esp_netif/include \
80
81
-isystem esp-idf/components/esp_partition/include \
@@ -262,7 +263,7 @@ LDFLAGS += \
262
263
-Tesp32c3.rom.newlib-time.ld \
263
264
-Tesp32c3.rom.version.ld \
264
265
-Tesp32c3.rom.eco3.ld \
265
- -Tesp32s3 .rom.bt_funcs.ld
266
+ -Tesp32c3 .rom.bt_funcs.ld
266
267
267
268
CHIP_COMPONENTS = \
268
269
esp_driver_tsens
@@ -628,8 +629,12 @@ ifneq ($(CIRCUITPY_BLEIO),0)
628
629
endif
629
630
630
631
ifeq ($(BLE_IMPL),libble)
631
- BINARY_BLOBS += esp-idf/components/esp_phy/lib/$(IDF_TARGET)/libbtbb.a \
632
- esp-idf/components/bt/controller/lib_$(IDF_TARGET)/$(IDF_TARGET)-bt-lib/libble_app.a
632
+ BINARY_BLOBS += esp-idf/components/esp_phy/lib/$(IDF_TARGET)/libbtbb.a
633
+ ifeq ($(IDF_TARGET),esp32c6)
634
+ BINARY_BLOBS += esp-idf/components/bt/controller/lib_$(IDF_TARGET)/$(IDF_TARGET)-bt-lib/$(IDF_TARGET)/libble_app.a
635
+ else
636
+ BINARY_BLOBS += esp-idf/components/bt/controller/lib_$(IDF_TARGET)/$(IDF_TARGET)-bt-lib/libble_app.a
637
+ endif
633
638
endif
634
639
endif
635
640
ifneq ($(CIRCUITPY_ESPULP ) ,0)
0 commit comments