We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c88cae commit f491b75Copy full SHA for f491b75
platform.py
@@ -53,6 +53,7 @@
53
for p in ("tool-mklittlefs", "tool-mkfatfs", "tool-mkspiffs", "tool-dfuutil", "tool-openocd", "tool-cmake", "tool-ninja", "tool-cppcheck", "tool-clangtidy", "tool-pvs-studio", "tc-xt-esp32", "tc-ulp", "tc-rv32", "tl-xt-gdb", "tl-rv-gdb", "contrib-piohome", "contrib-pioremote"):
54
tl_path = "file://" + join(IDF_TOOLS_PATH_DEFAULT, "tools", p)
55
pm.install(tl_path)
56
+ pm.install("tool-scons")
57
58
class Espressif32Platform(PlatformBase):
59
def configure_default_packages(self, variables, targets):
0 commit comments