Skip to content

Commit 30334cf

Browse files
authored
Update toolchains
1 parent 19ad3b1 commit 30334cf

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

platform.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/pioarduino/platform-espressif32.git"
2020
},
21-
"version": "55.03.30+develop",
21+
"version": "60.03.34+develop",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -45,27 +45,33 @@
4545
"type": "framework",
4646
"optional": true,
4747
"owner": "espressif",
48-
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/c2-skeleton/c2_129cd0d247_compile_skeleton.zip"
48+
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/c2-skeleton/c2_8410210c9a_compile_skeleton.zip"
49+
},
50+
"framework-arduino-c61-skeleton-lib": {
51+
"type": "framework",
52+
"optional": true,
53+
"owner": "espressif",
54+
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/c61-skeleton/c61_d1e854920a_compile_skeleton.zip"
4955
},
5056
"framework-espidf": {
5157
"type": "framework",
5258
"optional": true,
5359
"owner": "pioarduino",
54-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.5.1/esp-idf-v5.5.1.tar.xz"
60+
"version": "https://github.com/tasmota/esp-idf/releases/download/v6.0-beta1/esp-idf-v6.0-beta1.tar.xz"
5561
},
5662
"toolchain-xtensa-esp-elf": {
5763
"type": "toolchain",
5864
"optional": true,
5965
"owner": "pioarduino",
60-
"package-version": "14.2.0+20241119",
61-
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-elf-14.2.0_20241119.zip"
66+
"package-version": "15.2.0+20250929",
67+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/xtensa-esp-elf-15.2.0_20250929.zip"
6268
},
6369
"toolchain-riscv32-esp": {
6470
"type": "toolchain",
6571
"optional": true,
6672
"owner": "pioarduino",
67-
"package-version": "14.2.0+20241119",
68-
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-elf-14.2.0_20241119.zip"
73+
"package-version": "15.2.0+20250929",
74+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/riscv32-esp-elf-15.2.0_20250929.zip"
6975
},
7076
"toolchain-esp32ulp": {
7177
"type": "toolchain",

0 commit comments

Comments
 (0)