From 1ca37424d881fe2c45f7c3600acd19c3cd69150d Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 30 Apr 2021 18:03:26 +0300 Subject: [PATCH] Remove ST-Link from the list of supported probes --- platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.py b/platform.py index f2e873d..adfe0d1 100644 --- a/platform.py +++ b/platform.py @@ -59,7 +59,7 @@ class RaspberrypiPlatform(PlatformBase): if "tools" not in debug: debug["tools"] = {} - for link in ("cmsis-dap", "jlink", "raspberrypi-swd", "stlink"): + for link in ("cmsis-dap", "jlink", "raspberrypi-swd"): if link not in upload_protocols or link in debug["tools"]: continue