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",
|
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user