1
0

Replace RPi with picoprobe support

This commit is contained in:
JackCarterSmith 2022-12-12 23:38:44 +01:00
parent 716ead7a0e
commit 69c8a67861
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24

6
.vscode/launch.json vendored
View File

@ -2,7 +2,7 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Pico Debug (OpenOCD)", "name": "Debug (PicoProbe - OpenOCD)",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"executable": "${command:cmake.launchTargetPath}", "executable": "${command:cmake.launchTargetPath}",
"request": "launch", "request": "launch",
@ -12,7 +12,7 @@
"gdbPath" : "${env:PICO_GDB}", "gdbPath" : "${env:PICO_GDB}",
"device": "RP2040", "device": "RP2040",
"configFiles": [ "configFiles": [
"interface/raspberrypi-swd.cfg", "interface/cmsis-dap.cfg",
"target/rp2040.cfg" "target/rp2040.cfg"
], ],
"svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/rp2040.svd", "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}", "cwd": "${workspaceRoot}",
"executable": "${command:cmake.launchTargetPath}", "executable": "${command:cmake.launchTargetPath}",
"request": "launch", "request": "launch",