Skip to content

Commit 7ecbcc0

Browse files
committed
Update IDF toolchains to v14.2.0
1 parent 418f489 commit 7ecbcc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
"optional": true,
5353
"owner": "espressif",
5454
"version": "8.4.0+2021r2-patch5",
55-
"optionalVersions": ["14.2.0+20241119"]
55+
"optionalVersions": ["14.2.0+20251107"]
5656
},
5757
"toolchain-xtensa-esp-elf": {
5858
"type": "toolchain",
5959
"optional": true,
6060
"owner": "platformio",
61-
"version": "14.2.0+20241119"
61+
"version": "14.2.0+20251107"
6262
},
6363
"toolchain-esp32ulp": {
6464
"type": "toolchain",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def configure_default_packages(self, variables, targets):
142142
self.packages["toolchain-riscv32-esp"]["owner"] = "platformio"
143143
self.packages["toolchain-riscv32-esp"][
144144
"version"
145-
] = "14.2.0+20241119"
145+
] = "14.2.0+20251107"
146146

147147
if "arduino" in frameworks:
148148
# Disable standalone GDB packages for Arduino and Arduino/IDF projects

0 commit comments

Comments
 (0)