Skip to content

Commit 272f8ef

Browse files
committed
Update Arduino package to v2.0.1
1 parent b1e4af1 commit 272f8ef

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

platform.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,19 @@
3636
"toolchain-xtensa-esp32": {
3737
"type": "toolchain",
3838
"owner": "espressif",
39-
"version": "8.4.0+2021r1",
40-
"optionalVersions": [
41-
"8.4.0+2021r2-patch2"
42-
]
39+
"version": "8.4.0+2021r2-patch3"
4340
},
4441
"toolchain-xtensa-esp32s2": {
4542
"type": "toolchain",
4643
"optional": true,
4744
"owner": "espressif",
48-
"version": "8.4.0+2021r1",
49-
"optionalVersions": [
50-
"8.4.0+2021r2-patch2"
51-
]
45+
"version": "8.4.0+2021r2-patch3"
5246
},
5347
"toolchain-riscv32-esp": {
5448
"type": "toolchain",
5549
"optional": true,
5650
"owner": "espressif",
57-
"version": "8.4.0+2021r1",
58-
"optionalVersions": [
59-
"8.4.0+2021r2-patch2"
60-
]
51+
"version": "8.4.0+2021r2-patch3"
6152
},
6253
"toolchain-esp32ulp": {
6354
"type": "toolchain",
@@ -75,7 +66,7 @@
7566
"type": "framework",
7667
"optional": true,
7768
"owner": "platformio",
78-
"version": "~3.20000.0"
69+
"version": "~3.20001.0"
7970
},
8071
"framework-arduino-mbcwb": {
8172
"type": "framework",

platform.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,6 @@ def configure_default_packages(self, variables, targets):
9595
elif p in ("tool-mconf", "tool-idf") and "windows" in get_systype():
9696
self.packages[p]["optional"] = False
9797

98-
# Toolchains for stable IDF are different from Arduino
99-
if len(frameworks) == 1:
100-
for toolchain in (
101-
"toolchain-xtensa-esp32",
102-
"toolchain-xtensa-esp32s2",
103-
"toolchain-riscv32-esp",
104-
):
105-
self.packages[toolchain]["version"] = "8.4.0+2021r2-patch2"
106-
10798
if mcu in ("esp32s2", "esp32c3"):
10899
self.packages.pop("toolchain-xtensa-esp32", None)
109100
self.packages.pop("toolchain-esp32ulp", None)

0 commit comments

Comments
 (0)