From 5271d828a7c88b5d019240182e631a3696bdeedf Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 7 May 2021 12:16:53 +0300 Subject: [PATCH] Add JLink to the list of supported protocols // Issue #5 --- boards/nanorp2040connect.json | 1 + boards/pico.json | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/nanorp2040connect.json b/boards/nanorp2040connect.json index 30d8e6f..69bf0ed 100644 --- a/boards/nanorp2040connect.json +++ b/boards/nanorp2040connect.json @@ -36,6 +36,7 @@ "protocol": "picotool", "protocols": [ "cmsis-dap", + "jlink", "raspberrypi-swd", "picotool" ] diff --git a/boards/pico.json b/boards/pico.json index 59462f7..852ab2b 100644 --- a/boards/pico.json +++ b/boards/pico.json @@ -32,6 +32,7 @@ "protocol": "picotool", "protocols": [ "cmsis-dap", + "jlink", "raspberrypi-swd", "picotool" ]