From 69c8a6786117521f3b1e066799bb910ad076bc54 Mon Sep 17 00:00:00 2001 From: JackCarterSmith Date: Mon, 12 Dec 2022 23:38:44 +0100 Subject: [PATCH] Replace RPi with picoprobe support --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f6fe46b..5179614 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Pico Debug (OpenOCD)", + "name": "Debug (PicoProbe - OpenOCD)", "cwd": "${workspaceRoot}", "executable": "${command:cmake.launchTargetPath}", "request": "launch", @@ -12,7 +12,7 @@ "gdbPath" : "${env:PICO_GDB}", "device": "RP2040", "configFiles": [ - "interface/raspberrypi-swd.cfg", + "interface/cmsis-dap.cfg", "target/rp2040.cfg" ], "svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/rp2040.svd", @@ -24,7 +24,7 @@ ] }, { - "name": "Pico Debug (J-Link)", + "name": "Debug (J-Link)", "cwd": "${workspaceRoot}", "executable": "${command:cmake.launchTargetPath}", "request": "launch",