Skip to content

Commit 37d976f

Browse files
authored
Update platform.json
1 parent 36c9d77 commit 37d976f

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

platform.json

Lines changed: 18 additions & 24 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": "51.03.0x-stable",
21+
"version": "53.03.10+develop",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,61 +33,55 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": ""
36+
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/release/v3.1.x.zip"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",
4040
"optional": true,
4141
"owner": "espressif",
4242
"version": ""
4343
},
44-
"framework-espidf": {
44+
"framework-arduino-c2-skeleton-lib": {
4545
"type": "framework",
4646
"optional": true,
47-
"owner": "pioarduino",
48-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip"
49-
},
50-
"toolchain-xtensa-esp32": {
51-
"type": "toolchain",
52-
"optional": true,
5347
"owner": "espressif",
54-
"version": "12.2.0+20230208"
48+
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/c2_arduino_compile_skeleton.zip"
5549
},
56-
"toolchain-xtensa-esp32s2": {
57-
"type": "toolchain",
50+
"framework-espidf": {
51+
"type": "framework",
5852
"optional": true,
59-
"owner": "espressif",
60-
"version": "12.2.0+20230208"
53+
"owner": "pioarduino",
54+
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.241012/esp-idf-v5.3.2.zip"
6155
},
62-
"toolchain-xtensa-esp32s3": {
56+
"toolchain-xtensa-esp-elf": {
6357
"type": "toolchain",
6458
"optional": true,
65-
"owner": "espressif",
66-
"version": "12.2.0+20230208"
59+
"owner": "platformio",
60+
"version": "13.2.0+20240530"
6761
},
6862
"toolchain-riscv32-esp": {
6963
"type": "toolchain",
7064
"optional": true,
71-
"owner": "espressif",
72-
"version": "12.2.0+20230208"
65+
"owner": "platformio",
66+
"version": "13.2.0+20240530"
7367
},
7468
"toolchain-esp32ulp": {
7569
"type": "toolchain",
7670
"optional": true,
7771
"owner": "platformio",
78-
"version": "~1.23500.0"
72+
"version": "~1.23800.0"
7973
},
8074
"tool-xtensa-esp-elf-gdb": {
8175
"type": "debugger",
8276
"optional": true,
83-
"owner": "espressif",
84-
"version": "~12.1.0"
77+
"owner": "platformio",
78+
"version": "14.2.0+20240403"
8579
},
8680
"tool-riscv32-esp-elf-gdb": {
8781
"type": "debugger",
8882
"optional": true,
89-
"owner": "espressif",
90-
"version": "~12.1.0"
83+
"owner": "platformio",
84+
"version": "14.2.0+20240403"
9185
},
9286
"tool-esptoolpy": {
9387
"type": "uploader",

0 commit comments

Comments
 (0)