We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9edaff commit 255d242Copy full SHA for 255d242
esp32/Makefile
@@ -194,7 +194,7 @@ ESPIDF_ESP32_O = $(addprefix $(ESPIDF)/components/esp32/,\
194
cpu_start.o \
195
gdbstub.o \
196
crosscore_int.o \
197
- deepsleep.o \
+ deep_sleep.o \
198
heap_alloc_caps.o \
199
ipc.o \
200
int_wdt.o \
@@ -521,7 +521,7 @@ all: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/application.bin
521
.PHONY: idf-version deploy erase
522
523
idf-version:
524
- $(ECHO) "IDF version: 87d0eb0fdb00b84987f5fed1d6316868dc420896"
+ $(ECHO) "IDF version: 576052e5c28eb462cb5f5dd39b40dfcc7a8dc92d"
525
526
deploy: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/application.bin
527
$(ECHO) "Writing $^ to the board"
0 commit comments