Skip to content

Commit 076125f

Browse files
authored
Bump to 3.50301.1 (#7)
Effectively 5.3.0 -> 5.3.1. This appears to resolve my local build error due to failure to pre-process sections.ld: ```plaintext /opt/platformio/packages/toolchain-riscv32-esp/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld:sections.ld:541 ``` I don't see any note about changes in the upstream release notes: https://github.com/espressif/esp-idf/releases/tag/v5.3.1 I'm guessing some platformio goof? not worth debugging imo.
1 parent 904387e commit 076125f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ board = esp32-c3-devkitc-02
1818

1919
; Strictly specify the versions used to build this project
2020
platform_packages =
21-
platformio/framework-espidf@3.50300.0 ; (5.3.0)
22-
platformio/tool-cmake@3.16.4
21+
platformio/framework-espidf@3.50301.0 ; (5.3.1)
22+
platformio/tool-cmake@3.21.3
2323
platformio/[email protected] ; (4.5.1)
2424
espressif/[email protected]+20221002
2525
espressif/[email protected]+20221002

0 commit comments

Comments
 (0)