Skip to content

Commit 62525e9

Browse files
committed
Update to IDF 5.3.2
Fixes #9917. Fixes #9915
1 parent d4fb4e8 commit 62525e9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
[submodule "ports/espressif/esp-idf"]
144144
path = ports/espressif/esp-idf
145145
url = https://github.com/adafruit/esp-idf.git
146-
branch = circuitpython-v5.3.1
146+
branch = circuitpython-v5.3.2
147147
[submodule "ports/espressif/esp-protocols"]
148148
path = ports/espressif/esp-protocols
149149
url = https://github.com/adafruit/esp-protocols.git

ports/espressif/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ LDFLAGS += \
261261
-Tesp32c3.rom.newlib.ld \
262262
-Tesp32c3.rom.newlib-time.ld \
263263
-Tesp32c3.rom.version.ld \
264-
-Tesp32c3.rom.eco3.ld
264+
-Tesp32c3.rom.eco3.ld \
265+
-Tesp32s3.rom.bt_funcs.ld
265266

266267
CHIP_COMPONENTS = \
267268
esp_driver_tsens
@@ -317,7 +318,8 @@ LDFLAGS += \
317318
-Tesp32s3.rom.newlib.ld \
318319
-Tesp32s3.rom.version.ld \
319320
-Tesp32s3.rom.systimer.ld \
320-
-Tesp32s3.rom.wdt.ld
321+
-Tesp32s3.rom.wdt.ld \
322+
-Tesp32s3.rom.bt_funcs.ld
321323

322324
CHIP_COMPONENTS = \
323325
esp_driver_tsens

ports/espressif/esp-idf

Submodule esp-idf updated 1621 files

0 commit comments

Comments
 (0)