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
|
||||
"gdbPath" : "${env:PICO_GDB}",
|
||||
"device": "RP2040",
|
||||
"configFiles": [
|
||||
"interface/cmsis-dap.cfg",
|
||||
"target/rp2040.cfg"
|
||||
"openOCDLaunchCommands": [
|
||||
"adapter speed 5000"
|
||||
],
|
||||
"configFiles": ["interface/picoprobe.cfg","target/rp2040.cfg"],
|
||||
"svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/rp2040.svd",
|
||||
// Work around for stopping at main on restart
|
||||
"runToEntryPoint": "main"
|
||||
|
Loading…
x
Reference in New Issue
Block a user