diff --git a/boards/nanorp2040connect.json b/boards/nanorp2040connect.json index d78288a..5e67ec7 100644 --- a/boards/nanorp2040connect.json +++ b/boards/nanorp2040connect.json @@ -35,8 +35,7 @@ "wait_for_upload_port": false, "protocols": [ "cmsis-dap", - "raspberrypi-swd", - "stlink" + "raspberrypi-swd" ] }, "url": "https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/", diff --git a/boards/pico.json b/boards/pico.json index bc7c50e..580dfc6 100644 --- a/boards/pico.json +++ b/boards/pico.json @@ -31,8 +31,7 @@ "wait_for_upload_port": false, "protocols": [ "cmsis-dap", - "raspberrypi-swd", - "stlink" + "raspberrypi-swd" ] }, "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",