Skip to content

Commit e634379

Browse files
committed
Update to latest ESP-IDF
1 parent 62d40e8 commit e634379

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

esp32/Makefile

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ESPCOMP = $(ESPIDF)/components
2929
ESPTOOL ?= $(ESPCOMP)/esptool_py/esptool/esptool.py
3030

3131
# verify the ESP IDF version
32-
ESPIDF_SUPHASH := 1e0710f1b24429a316c9c34732aa17bd3f189421
32+
ESPIDF_SUPHASH := e7db29b2a8355d3e63b1c28b47b3206988b15cf1
3333
ESPIDF_CURHASH := $(shell git -C $(ESPIDF) show -s --pretty=format:'%H')
3434
ifneq ($(ESPIDF_CURHASH),$(ESPIDF_SUPHASH))
3535
$(info ** WARNING **)
@@ -53,7 +53,7 @@ INC += -I$(ESPCOMP)/bootloader_support/include
5353
INC += -I$(ESPCOMP)/driver/include
5454
INC += -I$(ESPCOMP)/driver/include/driver
5555
INC += -I$(ESPCOMP)/nghttp/port/include
56-
INC += -I$(ESPCOMP)/nghttp/include
56+
INC += -I$(ESPCOMP)/nghttp/nghttp2/lib/includes
5757
INC += -I$(ESPCOMP)/esp32/include
5858
INC += -I$(ESPCOMP)/soc/esp32/include
5959
INC += -I$(ESPCOMP)/ethernet/include
@@ -331,27 +331,27 @@ ESPIDF_NEWLIB_O = $(addprefix $(ESPCOMP)/newlib/,\
331331
)
332332

333333
ESPIDF_NGHTTP_O = $(addprefix $(ESPCOMP)/nghttp/,\
334-
library/nghttp2_http.o \
335-
library/nghttp2_version.o \
336-
library/nghttp2_mem.o \
337-
library/nghttp2_hd_huffman.o \
338-
library/nghttp2_rcbuf.o \
339-
library/nghttp2_callbacks.o \
340-
library/nghttp2_session.o \
341-
library/nghttp2_stream.o \
342-
library/nghttp2_hd.o \
343-
library/nghttp2_priority_spec.o \
344-
library/nghttp2_buf.o \
345-
library/nghttp2_option.o \
346-
library/nghttp2_npn.o \
347-
library/nghttp2_helper.o \
348-
library/nghttp2_frame.o \
349-
library/nghttp2_outbound_item.o \
350-
library/nghttp2_hd_huffman_data.o \
351-
library/nghttp2_pq.o \
352-
library/nghttp2_queue.o \
353-
library/nghttp2_submit.o \
354-
library/nghttp2_map.o \
334+
nghttp2/lib/nghttp2_http.o \
335+
nghttp2/lib/nghttp2_version.o \
336+
nghttp2/lib/nghttp2_mem.o \
337+
nghttp2/lib/nghttp2_hd_huffman.o \
338+
nghttp2/lib/nghttp2_rcbuf.o \
339+
nghttp2/lib/nghttp2_callbacks.o \
340+
nghttp2/lib/nghttp2_session.o \
341+
nghttp2/lib/nghttp2_stream.o \
342+
nghttp2/lib/nghttp2_hd.o \
343+
nghttp2/lib/nghttp2_priority_spec.o \
344+
nghttp2/lib/nghttp2_buf.o \
345+
nghttp2/lib/nghttp2_option.o \
346+
nghttp2/lib/nghttp2_npn.o \
347+
nghttp2/lib/nghttp2_helper.o \
348+
nghttp2/lib/nghttp2_frame.o \
349+
nghttp2/lib/nghttp2_outbound_item.o \
350+
nghttp2/lib/nghttp2_hd_huffman_data.o \
351+
nghttp2/lib/nghttp2_pq.o \
352+
nghttp2/lib/nghttp2_queue.o \
353+
nghttp2/lib/nghttp2_submit.o \
354+
nghttp2/lib/nghttp2_map.o \
355355
port/http_parser.o \
356356
)
357357

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