PicoProbe launch settings fix
This commit is contained in:
parent
59ac5991e7
commit
2427937081
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -28,10 +28,10 @@
|
|||||||
// This may need to be arm-none-eabi-gdb depending on your system
|
// This may need to be arm-none-eabi-gdb depending on your system
|
||||||
"gdbPath" : "${env:PICO_GDB}",
|
"gdbPath" : "${env:PICO_GDB}",
|
||||||
"device": "RP2040",
|
"device": "RP2040",
|
||||||
"configFiles": [
|
"openOCDLaunchCommands": [
|
||||||
"interface/cmsis-dap.cfg",
|
"adapter speed 5000"
|
||||||
"target/rp2040.cfg"
|
|
||||||
],
|
],
|
||||||
|
"configFiles": ["interface/picoprobe.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",
|
||||||
// Work around for stopping at main on restart
|
// Work around for stopping at main on restart
|
||||||
"runToEntryPoint": "main"
|
"runToEntryPoint": "main"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user