Skip to content

Commit b434eb5

Browse files
committed
Fix the update to v6.0.1
1 parent 2a38221 commit b434eb5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

ports/espressif/Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ INC += \
4747
-isystem esp-idf/components/bt/host/nimble/nimble/porting/nimble/include \
4848
-isystem esp-idf/components/bt/host/nimble/nimble/porting/npl/freertos/include \
4949
-isystem esp-idf/components/bt/host/nimble/port/include \
50+
-isystem esp-idf/components/bt/porting/include \
51+
-isystem esp-idf/components/bt/porting/npl/freertos/include \
52+
-isystem esp-idf/components/bt/porting/transport/include \
5053
-isystem esp-idf/components/esp_driver_touch_sens/include \
5154
-isystem esp-idf/components/driver/twai/include \
5255
-isystem esp-idf/components/driver/i2c/include \
@@ -127,6 +130,8 @@ INC += \
127130
-isystem esp-idf/components/esp_hal_dma/$(IDF_TARGET)/include \
128131
-isystem esp-idf/components/esp_hal_lcd/include \
129132
-isystem esp-idf/components/esp_hal_lcd/$(IDF_TARGET)/include \
133+
-isystem esp-idf/components/esp_hal_sd/include \
134+
-isystem esp-idf/components/esp_hal_sd/$(IDF_TARGET)/include \
130135
-isystem esp-idf/components/esp_hal_usb/include \
131136
-isystem esp-idf/components/esp_hal_usb/$(IDF_TARGET)/include \
132137
-isystem esp-idf/components/esp_hal_parlio/include \
@@ -309,6 +314,7 @@ CHIP_COMPONENTS = \
309314
esp_hal_i2s \
310315
esp_hal_lcd \
311316
esp_hal_pcnt \
317+
esp_hal_pmu \
312318
esp_hal_rmt \
313319
esp_hal_touch_sens \
314320
esp_hal_twai
@@ -456,6 +462,7 @@ CHIP_COMPONENTS = \
456462
esp_hal_i2s \
457463
esp_hal_lcd \
458464
esp_hal_pcnt \
465+
esp_hal_pmu \
459466
esp_hal_rmt \
460467
esp_hal_touch_sens \
461468
esp_hal_twai \
@@ -892,7 +899,7 @@ ifneq ($(CIRCUITPY_QSPIBUS),0)
892899
ESP_IDF_COMPONENTS_LINK += esp_lcd
893900
endif
894901
ifneq ($(CIRCUITPY_SDIOIO),0)
895-
ESP_IDF_COMPONENTS_LINK += sdmmc esp_driver_sdmmc esp_driver_sd_intf
902+
ESP_IDF_COMPONENTS_LINK += sdmmc esp_driver_sdmmc esp_driver_sd_intf esp_hal_sd
896903
endif
897904

898905
ESP_IDF_COMPONENTS_EXPANDED = $(foreach component, $(ESP_IDF_COMPONENTS_LINK), $(BUILD)/esp-idf/esp-idf/$(component)/lib$(component).a)

0 commit comments

Comments
 (0)