diff --git a/platform.json b/platform.json index ffc9bab..ef6d7eb 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/pioarduino/platform-espressif32.git" }, - "version": "51.03.03+develop", + "version": "53.03.03+develop", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" @@ -45,37 +45,25 @@ "type": "framework", "optional": true, "owner": "pioarduino", - "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.1.4.240726/esp-idf-v5.1.4.zip" + "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.0/esp-idf-v5.3.0.zip" }, - "toolchain-xtensa-esp32": { + "toolchain-xtensa-esp-elf": { "type": "toolchain", "optional": true, "owner": "espressif", - "version": "12.2.0+20230208" - }, - "toolchain-xtensa-esp32s2": { - "type": "toolchain", - "optional": true, - "owner": "espressif", - "version": "12.2.0+20230208" - }, - "toolchain-xtensa-esp32s3": { - "type": "toolchain", - "optional": true, - "owner": "espressif", - "version": "12.2.0+20230208" + "version": "13.2.0+20240530" }, "toolchain-riscv32-esp": { "type": "toolchain", "optional": true, "owner": "espressif", - "version": "12.2.0+20230208" + "version": "13.2.0+20240530" }, "toolchain-esp32ulp": { "type": "toolchain", "optional": true, "owner": "platformio", - "version": "~1.23500.0" + "version": "~1.23800.0" }, "tool-xtensa-esp-elf-gdb": { "type": "debugger",