Replace RPi with picoprobe support
This commit is contained in:
parent
716ead7a0e
commit
69c8a67861
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user