Skip to content

Commit e519b92

Browse files
committed
Update packages
1 parent b3ef03f commit e519b92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@
5252
"optional": true,
5353
"owner": "espressif",
5454
"version": "8.4.0+2021r2-patch5",
55-
"optionalVersions": ["13.2.0+20230928"]
55+
"optionalVersions": ["13.2.0+20240530"]
5656
},
5757
"toolchain-xtensa-esp-elf": {
5858
"type": "toolchain",
5959
"optional": true,
6060
"owner": "platformio",
61-
"version": "13.2.0+20230928"
61+
"version": "13.2.0+20240530"
6262
},
6363
"toolchain-esp32ulp": {
6464
"type": "toolchain",
6565
"optional": true,
6666
"owner": "platformio",
67-
"version": "~1.23500.0"
67+
"version": "~1.23800.0"
6868
},
6969
"tool-xtensa-esp-elf-gdb": {
7070
"type": "debugger",
@@ -88,7 +88,7 @@
8888
"type": "framework",
8989
"optional": true,
9090
"owner": "platformio",
91-
"version": "~3.50202.0",
91+
"version": "~3.50300.0",
9292
"optionalVersions": ["~3.40407.0"]
9393
},
9494
"tool-esptoolpy": {

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+20230928"
140+
] = "13.2.0+20240530"
141141

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

0 commit comments

Comments
 (0)