We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e2da3 commit eb57667Copy full SHA for eb57667
platform.py
@@ -135,7 +135,7 @@ def install_tool(TOOL):
135
ulp_toolchain = toolchain_data.get("ulp_toolchain")
136
if ulp_toolchain and os.path.isdir("ulp"):
137
for toolchain in ulp_toolchain:
138
- self.packages[toolchain]["optional"] = False
+ install_tool(toolchain)
139
# Install debug tools if conditions match
140
if (variables.get("build_type") or "debug" in "".join(targets)) or variables.get("upload_protocol"):
141
for debug_tool in toolchain_data["debug_tools"]:
0 commit comments