Tidy up dynamic toolchain resolution
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user