Skip to content

Commit 75ec792

Browse files
authored
Arduino based on IDF 5.4 / newer toolchains
1 parent ae4e168 commit 75ec792

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/master.zip"
36+
"version": "https://github.com/espressif/arduino-esp32/archive/release/v3.2.x.zip"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",
@@ -51,19 +51,19 @@
5151
"type": "framework",
5252
"optional": true,
5353
"owner": "pioarduino",
54-
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.241224/esp-idf-v5.3.2.zip"
54+
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.4.0/esp-idf-v5.4.0.zip"
5555
},
5656
"toolchain-xtensa-esp-elf": {
5757
"type": "toolchain",
5858
"optional": true,
5959
"owner": "platformio",
60-
"version": "13.2.0+20240530"
60+
"version": "14.2.0+20241119"
6161
},
6262
"toolchain-riscv32-esp": {
6363
"type": "toolchain",
6464
"optional": true,
6565
"owner": "platformio",
66-
"version": "13.2.0+20240530"
66+
"version": "14.2.0+20241119"
6767
},
6868
"toolchain-esp32ulp": {
6969
"type": "toolchain",

0 commit comments

Comments
 (0)