1
0

PicoProbe launch settings fix

This commit is contained in:
JackCarterSmith 2023-03-04 09:01:59 +01:00
parent 59ac5991e7
commit 2427937081
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24

6
.vscode/launch.json vendored
View File

@ -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"