Tidy up dynamic toolchain resolution

This commit is contained in:
valeros
2021-11-09 12:12:06 +02:00
parent cfcf1c7d38
commit f82d9bc5eb
+1
View File
@@ -65,6 +65,7 @@ class Espressif32Platform(PlatformBase):
else:
del self.packages[p]
for p in self.packages:
if p in ("tool-cmake", "tool-ninja", "toolchain-%sulp" % mcu):
self.packages[p]["optional"] = False
elif p in ("tool-mconf", "tool-idf") and "windows" in get_systype():