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 13bb801 commit f38d59bCopy full SHA for f38d59b
tools/ci_fetch_deps.py
@@ -88,6 +88,7 @@ def main():
88
elif TARGET == "windows":
89
# This builds one board from a number of ports so fill out a bunch of submodules
90
for port in ("atmel-samd", "nrf", "raspberrypi", "stm"):
91
+ submodules.append(f"ports/{port}")
92
submodules.extend(PORT_DEPS[port])
93
unique_submodules = set(submodules)
94
submodules = list(unique_submodules)
0 commit comments