Skip to content

Commit

Permalink
Update toolchain packages to v14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 13, 2025
1 parent b07d9cb commit aab73c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"optional": true,
"owner": "espressif",
"version": "8.4.0+2021r2-patch5",
"optionalVersions": ["13.2.0+20240530"]
"optionalVersions": ["14.2.0+20241119"]
},
"toolchain-xtensa-esp-elf": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "13.2.0+20240530"
"version": "14.2.0+20241119"
},
"toolchain-esp32ulp": {
"type": "toolchain",
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def configure_default_packages(self, variables, targets):
self.packages["toolchain-riscv32-esp"]["owner"] = "platformio"
self.packages["toolchain-riscv32-esp"][
"version"
] = "13.2.0+20240530"
] = "14.2.0+20241119"

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

0 comments on commit aab73c6

Please sign in to comment.