@@ -29,7 +29,7 @@ ESPCOMP = $(ESPIDF)/components
29
29
ESPTOOL ?= $(ESPCOMP ) /esptool_py/esptool/esptool.py
30
30
31
31
# verify the ESP IDF version
32
- ESPIDF_SUPHASH := 1e0710f1b24429a316c9c34732aa17bd3f189421
32
+ ESPIDF_SUPHASH := e7db29b2a8355d3e63b1c28b47b3206988b15cf1
33
33
ESPIDF_CURHASH := $(shell git -C $(ESPIDF ) show -s --pretty=format:'% H')
34
34
ifneq ($(ESPIDF_CURHASH ) ,$(ESPIDF_SUPHASH ) )
35
35
$(info ** WARNING **)
@@ -53,7 +53,7 @@ INC += -I$(ESPCOMP)/bootloader_support/include
53
53
INC += -I$(ESPCOMP ) /driver/include
54
54
INC += -I$(ESPCOMP ) /driver/include/driver
55
55
INC += -I$(ESPCOMP ) /nghttp/port/include
56
- INC += -I$(ESPCOMP ) /nghttp/include
56
+ INC += -I$(ESPCOMP ) /nghttp/nghttp2/lib/includes
57
57
INC += -I$(ESPCOMP ) /esp32/include
58
58
INC += -I$(ESPCOMP ) /soc/esp32/include
59
59
INC += -I$(ESPCOMP ) /ethernet/include
@@ -331,27 +331,27 @@ ESPIDF_NEWLIB_O = $(addprefix $(ESPCOMP)/newlib/,\
331
331
)
332
332
333
333
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 \
355
355
port/http_parser.o \
356
356
)
357
357
0 commit comments