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 aa251bf commit 1ca3742Copy full SHA for 1ca3742
platform.py
@@ -59,7 +59,7 @@ def _add_default_debug_tools(self, board):
59
if "tools" not in debug:
60
debug["tools"] = {}
61
62
- for link in ("cmsis-dap", "jlink", "raspberrypi-swd", "stlink"):
+ for link in ("cmsis-dap", "jlink", "raspberrypi-swd"):
63
if link not in upload_protocols or link in debug["tools"]:
64
continue
65
0 commit comments