From 1790e0fcbe8268687613e2f7b0c8e7ed5755f9f3 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 30 Apr 2021 18:08:55 +0300 Subject: [PATCH] Sync board manifests --- boards/nanorp2040connect.json | 3 +-- boards/pico.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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/",