Update Arduino package to v2.0.1
This commit is contained in:
+4
-13
@@ -36,28 +36,19 @@
|
||||
"toolchain-xtensa-esp32": {
|
||||
"type": "toolchain",
|
||||
"owner": "espressif",
|
||||
"version": "8.4.0+2021r1",
|
||||
"optionalVersions": [
|
||||
"8.4.0+2021r2-patch2"
|
||||
]
|
||||
"version": "8.4.0+2021r2-patch3"
|
||||
},
|
||||
"toolchain-xtensa-esp32s2": {
|
||||
"type": "toolchain",
|
||||
"optional": true,
|
||||
"owner": "espressif",
|
||||
"version": "8.4.0+2021r1",
|
||||
"optionalVersions": [
|
||||
"8.4.0+2021r2-patch2"
|
||||
]
|
||||
"version": "8.4.0+2021r2-patch3"
|
||||
},
|
||||
"toolchain-riscv32-esp": {
|
||||
"type": "toolchain",
|
||||
"optional": true,
|
||||
"owner": "espressif",
|
||||
"version": "8.4.0+2021r1",
|
||||
"optionalVersions": [
|
||||
"8.4.0+2021r2-patch2"
|
||||
]
|
||||
"version": "8.4.0+2021r2-patch3"
|
||||
},
|
||||
"toolchain-esp32ulp": {
|
||||
"type": "toolchain",
|
||||
@@ -75,7 +66,7 @@
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.20000.0"
|
||||
"version": "~3.20001.0"
|
||||
},
|
||||
"framework-arduino-mbcwb": {
|
||||
"type": "framework",
|
||||
|
||||
@@ -95,15 +95,6 @@ class Espressif32Platform(PlatformBase):
|
||||
elif p in ("tool-mconf", "tool-idf") and "windows" in get_systype():
|
||||
self.packages[p]["optional"] = False
|
||||
|
||||
# Toolchains for stable IDF are different from Arduino
|
||||
if len(frameworks) == 1:
|
||||
for toolchain in (
|
||||
"toolchain-xtensa-esp32",
|
||||
"toolchain-xtensa-esp32s2",
|
||||
"toolchain-riscv32-esp",
|
||||
):
|
||||
self.packages[toolchain]["version"] = "8.4.0+2021r2-patch2"
|
||||
|
||||
if mcu in ("esp32s2", "esp32c3"):
|
||||
self.packages.pop("toolchain-xtensa-esp32", None)
|
||||
self.packages.pop("toolchain-esp32ulp", None)
|
||||
|
||||
Reference in New Issue
Block a user