From 37d976f539cd3b708f2791ce5e2d536ffc1f8c97 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:46:40 +0100 Subject: [PATCH] Update platform.json --- platform.json | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/platform.json b/platform.json index 4461d67..7659969 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/pioarduino/platform-espressif32.git" }, - "version": "51.03.0x-stable", + "version": "53.03.10+develop", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" @@ -33,7 +33,7 @@ "type": "framework", "optional": true, "owner": "espressif", - "version": "" + "version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/release/v3.1.x.zip" }, "framework-arduinoespressif32-libs": { "type": "framework", @@ -41,53 +41,47 @@ "owner": "espressif", "version": "" }, + "framework-arduino-c2-skeleton-lib": { + "type": "framework", + "optional": true, + "owner": "espressif", + "version": "https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/c2_arduino_compile_skeleton.zip" + }, "framework-espidf": { "type": "framework", "optional": true, "owner": "pioarduino", - "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip" + "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.241012/esp-idf-v5.3.2.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" + "owner": "platformio", + "version": "13.2.0+20240530" }, "toolchain-riscv32-esp": { "type": "toolchain", "optional": true, - "owner": "espressif", - "version": "12.2.0+20230208" + "owner": "platformio", + "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", "optional": true, - "owner": "espressif", - "version": "~12.1.0" + "owner": "platformio", + "version": "14.2.0+20240403" }, "tool-riscv32-esp-elf-gdb": { "type": "debugger", "optional": true, - "owner": "espressif", - "version": "~12.1.0" + "owner": "platformio", + "version": "14.2.0+20240403" }, "tool-esptoolpy": { "type": "uploader",