Skip to content

Commit d30cb9d

Browse files
committed
esp32: Update ESP IDF version.
1 parent 4c63f8a commit d30cb9d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

esp32/Makefile

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

3030
INC += -I.
3131
INC += -I..
32-
INC += -I../stmhal
3332
INC += -I../lib/mp-readline
3433
INC += -I../lib/netutils
3534
INC += -I../lib/timeutils
3635
INC += -I$(BUILD)
3736
INC += -I$(ESPIDF)/components/driver/include
37+
INC += -I$(ESPIDF)/components/driver/include/driver
3838
INC += -I$(ESPIDF)/components/nghttp/port/include
3939
INC += -I$(ESPIDF)/components/nghttp/include
4040
INC += -I$(ESPIDF)/components/esp32/include
@@ -180,6 +180,7 @@ ESPIDF_DRIVER_O = $(addprefix $(ESPIDF)/components/driver/,\
180180
ledc.o \
181181
gpio.o \
182182
timer.o \
183+
rtc_module.o \
183184
)
184185

185186
$(BUILD)/$(ESPIDF)/components/esp32/%.o: CFLAGS = -std=gnu99 -Os -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wall -Werror -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -DMBEDTLS_CONFIG_FILE='"mbedtls/esp_config.h"' -DHAVE_CONFIG_H -DESP_PLATFORM $(INC)
@@ -510,7 +511,7 @@ all: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/firmware.bin
510511
.PHONY: idf-version deploy
511512

512513
idf-version:
513-
$(ECHO) "IDF version: c8685c200276abda4418f1367743f650d2aeacb2"
514+
$(ECHO) "IDF version: f807d16310719b0dcef07de0276934653b6e48ed"
514515

515516
deploy: $(BUILD)/bootloader.bin $(BUILD)/partitions.bin $(BUILD)/firmware.bin
516517
$(ECHO) "Writing $^ to the board"

esp32/memory.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// this is needed for extmod/crypto-algorithms/sha256.c
2+
#include <string.h>

esp32/sdkconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@
1919
#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1
2020
#define CONFIG_BT_RESERVE_DRAM 0x0
2121
#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1
22+
#define CONFIG_CONSOLE_UART_BAUDRATE 115200
2223
#define CONFIG_LWIP_MAX_SOCKETS 4
2324
#define CONFIG_ULP_COPROC_RESERVE_MEM 0
2425
#define CONFIG_ESPTOOLPY_BAUD 115200
2526
#define CONFIG_INT_WDT_CHECK_CPU1 1
2627
#define CONFIG_TOOLPREFIX "xtensa-esp32-elf-"
28+
#define CONFIG_CONSOLE_UART_NUM 0
2729
#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1
2830
#define CONFIG_ESPTOOLPY_BAUD_115200B 1
2931
#define CONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX 0
32+
#define CONFIG_CONSOLE_UART_DEFAULT 1
3033
#define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384
3134
#define CONFIG_ESP32_ENABLE_STACK_WIFI 1
3235
#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1

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