Skip to content

Commit

Permalink
Update to IDF 5.3.2
Browse files Browse the repository at this point in the history
Fixes #9917. Fixes #9915
  • Loading branch information
tannewt committed Jan 2, 2025
1 parent d4fb4e8 commit 62525e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
[submodule "ports/espressif/esp-idf"]
path = ports/espressif/esp-idf
url = https://github.com/adafruit/esp-idf.git
branch = circuitpython-v5.3.1
branch = circuitpython-v5.3.2
[submodule "ports/espressif/esp-protocols"]
path = ports/espressif/esp-protocols
url = https://github.com/adafruit/esp-protocols.git
Expand Down
6 changes: 4 additions & 2 deletions ports/espressif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ LDFLAGS += \
-Tesp32c3.rom.newlib.ld \
-Tesp32c3.rom.newlib-time.ld \
-Tesp32c3.rom.version.ld \
-Tesp32c3.rom.eco3.ld
-Tesp32c3.rom.eco3.ld \
-Tesp32s3.rom.bt_funcs.ld

CHIP_COMPONENTS = \
esp_driver_tsens
Expand Down Expand Up @@ -317,7 +318,8 @@ LDFLAGS += \
-Tesp32s3.rom.newlib.ld \
-Tesp32s3.rom.version.ld \
-Tesp32s3.rom.systimer.ld \
-Tesp32s3.rom.wdt.ld
-Tesp32s3.rom.wdt.ld \
-Tesp32s3.rom.bt_funcs.ld

CHIP_COMPONENTS = \
esp_driver_tsens
Expand Down
2 changes: 1 addition & 1 deletion ports/espressif/esp-idf
Submodule esp-idf updated 1621 files

0 comments on commit 62525e9

Please sign in to comment.