Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 29, 2024
1 parent b3ef03f commit e519b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
"optional": true,
"owner": "espressif",
"version": "8.4.0+2021r2-patch5",
"optionalVersions": ["13.2.0+20230928"]
"optionalVersions": ["13.2.0+20240530"]
},
"toolchain-xtensa-esp-elf": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "13.2.0+20230928"
"version": "13.2.0+20240530"
},
"toolchain-esp32ulp": {
"type": "toolchain",
"optional": true,
"owner": "platformio",
"version": "~1.23500.0"
"version": "~1.23800.0"
},
"tool-xtensa-esp-elf-gdb": {
"type": "debugger",
Expand All @@ -88,7 +88,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.50202.0",
"version": "~3.50300.0",
"optionalVersions": ["~3.40407.0"]
},
"tool-esptoolpy": {
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+20230928"
] = "13.2.0+20240530"

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

0 comments on commit e519b92

Please sign in to comment.