From 54aa0a5d26880a333ff50a5af8ea6f3a7f158a95 Mon Sep 17 00:00:00 2001 From: Noah Pendleton <2538614+noahp@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:30:04 -0400 Subject: [PATCH] Bump to 3.50301.1 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 ``` --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index cc2e17e..9e8a594 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,8 +18,8 @@ board = esp32-c3-devkitc-02 ; Strictly specify the versions used to build this project platform_packages = - platformio/framework-espidf@3.50300.0 ; (5.3.0) - platformio/tool-cmake@3.16.4 + platformio/framework-espidf@3.50301.0 ; (5.3.1) + platformio/tool-cmake@3.21.3 platformio/tool-esptoolpy@1.40501.0 ; (4.5.1) espressif/tool-riscv32-esp-elf-gdb@12.1.0+20221002 espressif/tool-xtensa-esp-elf-gdb@12.1.0+20221002