Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 6a012c8

Browse files
committed
fixup Makefile
1 parent 5387d95 commit 6a012c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

esp32/Makefile

Lines changed: 6 additions & 1 deletion
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 := f13b5966d82ccb7c907d7ea1fa7eaf22335c104b
41+
ESPIDF_SUPHASH := 525ee784af5f1131969a40c56434a92b93e34be2
4242
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
4343
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
4444
$(info ** WARNING **)
@@ -298,6 +298,7 @@ ESPIDF_ESP32_O = $(addprefix $(ESPCOMP)/esp32/,\
298298
intr_alloc.o \
299299
dport_access.o \
300300
brownout.o \
301+
fast_crypto_ops.o \
301302
)
302303

303304
ESPIDF_HEAP_O = $(addprefix $(ESPCOMP)/heap/,\
@@ -632,6 +633,10 @@ ESPIDF_WPA_SUPPLICANT_O = $(addprefix $(ESPCOMP)/wpa_supplicant/,\
632633
src/crypto/bignum.o \
633634
src/crypto/crypto_internal-modexp.o \
634635
src/crypto/crypto_internal-cipher.o \
636+
src/fast_crypto/fast_sha256.o \
637+
src/fast_crypto/fast_sha256-internal.o \
638+
src/fast_crypto/fast_aes-wrap.o \
639+
src/fast_crypto/fast_aes-unwrap.o \
635640
port/os_xtensa.o \
636641
)
637642

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