Skip to content

Commit aab73c6

Browse files
committed
Update toolchain packages to v14.2.0
1 parent b07d9cb commit aab73c6

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": ["13.2.0+20240530"]
55+
"optionalVersions": ["14.2.0+20241119"]
5656
},
5757
"toolchain-xtensa-esp-elf": {
5858
"type": "toolchain",
5959
"optional": true,
6060
"owner": "platformio",
61-
"version": "13.2.0+20240530"
61+
"version": "14.2.0+20241119"
6262
},
6363
"toolchain-esp32ulp": {
6464
"type": "toolchain",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def configure_default_packages(self, variables, targets):
137137
self.packages["toolchain-riscv32-esp"]["owner"] = "platformio"
138138
self.packages["toolchain-riscv32-esp"][
139139
"version"
140-
] = "13.2.0+20240530"
140+
] = "14.2.0+20241119"
141141

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

0 commit comments

Comments
 (0)