Skip to content

Commit

Permalink
Pico W configuration: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 31, 2024
1 parent c945738 commit 50b9d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pico_w/.vscode/launch-probe-swd.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"interface/cmsis-dap.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",
"runToEntryPoint": "main",
// Work around for stopping at main on restart
"postRestartCommands": [
Expand Down
2 changes: 1 addition & 1 deletion examples/pico_w/.vscode/launch-remote-openocd.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"gdbPath" : "arm-none-eabi-gdb",
// Connect to an already running OpenOCD instance
"gdbTarget": "localhost:3333",
"svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/rp2040.svd",
"svdFile": "${env:PICO_SDK_PATH}/src/rp2040/hardware_regs/RP2040.svd",
"runToEntryPoint": "main",
// Work around for stopping at main on restart
"postRestartCommands": [
Expand Down
2 changes: 1 addition & 1 deletion examples/pico_w/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5

```shell
# Open OpenOCD
sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5000" -s "${PICO_SDK_PATH}/src/rp2040/hardware_regs/RP2040.svd"
sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5000"
```

### Terminal 2
Expand Down

0 comments on commit 50b9d7f

Please sign in to comment.