Skip to content

Commit 1ca3742

Browse files
committed
Remove ST-Link from the list of supported probes
1 parent aa251bf commit 1ca3742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _add_default_debug_tools(self, board):
5959
if "tools" not in debug:
6060
debug["tools"] = {}
6161

62-
for link in ("cmsis-dap", "jlink", "raspberrypi-swd", "stlink"):
62+
for link in ("cmsis-dap", "jlink", "raspberrypi-swd"):
6363
if link not in upload_protocols or link in debug["tools"]:
6464
continue
6565

0 commit comments

Comments
 (0)