Skip to content

Commit cc9a68c

Browse files
committed
make compatible with esp-idf commit cf2600ad
1 parent abb9593 commit cc9a68c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

esp32/Makefile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ESPCOMP = $(ESPIDF)/components
3838
ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
3939

4040
# verify the ESP IDF version
41-
ESPIDF_SUPHASH := 2ce9a383d326c2b2c29f0e7c87ce44db04d60c51
41+
ESPIDF_SUPHASH := 223ef05fb57ba3312a1ee4d76f1f1ba53e41ac12
4242
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
4343
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
4444
$(info ** WARNING **)
@@ -234,8 +234,8 @@ LIB_SRC_C += \
234234
$(ESPCOMP)/fatfs/src/vfs_fat_sdmmc.c \
235235
$(ESPCOMP)/fatfs/src/vfs_fat_spiflash.c \
236236
$(ESPCOMP)/fatfs/src/vfs_fat.c \
237-
$(ESPCOMP)/fatfs/src/option/syscall.c \
238-
$(ESPCOMP)/fatfs/src/option/unicode.c
237+
$(ESPCOMP)/fatfs/src/ffunicode.c \
238+
$(ESPCOMP)/fatfs/src/ffsystem.c
239239
endif
240240

241241
DRIVERS_SRC_C = $(addprefix drivers/,\
@@ -399,8 +399,8 @@ ESPIDF_VFS_O = $(addprefix $(ESPCOMP)/vfs/,\
399399
)
400400

401401
ESPIDF_JSON_O = $(addprefix $(ESPCOMP)/json/,\
402-
library/cJSON.o \
403-
port/cJSON_Utils.o \
402+
cJSON/cJSON.o \
403+
cJSON/cJSON_Utils.o \
404404
)
405405

406406
ESPIDF_LOG_O = $(addprefix $(ESPCOMP)/log/,\
@@ -815,6 +815,7 @@ BOOTLOADER_OBJ = $(addprefix $(BUILD)/bootloader/$(ESPCOMP)/,\
815815
bootloader_support/src/bootloader_flash.o \
816816
bootloader_support/src/bootloader_sha.o \
817817
bootloader_support/src/bootloader_random.o \
818+
bootloader_support/src/bootloader_clock.o \
818819
bootloader_support/src/secure_boot_signatures.o \
819820
bootloader_support/src/secure_boot.o \
820821
bootloader_support/src/esp_image_format.o \
@@ -824,6 +825,7 @@ BOOTLOADER_OBJ = $(addprefix $(BUILD)/bootloader/$(ESPCOMP)/,\
824825
spi_flash/spi_flash_rom_patch.o \
825826
soc/esp32/rtc_clk.o \
826827
soc/esp32/rtc_time.o \
828+
soc/esp32/rtc_init.o \
827829
micro-ecc/micro-ecc/uECC.o \
828830
bootloader/subproject/main/bootloader_start.o \
829831
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy