Skip to content

Commit 6c5fa2b

Browse files
authored
Remove mentions of probe-rs-cli (#115)
1 parent 2617971 commit 6c5fa2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/docs/knowledge-base/raspberry-pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ At a minimum TDO, TCK, TDI, TMS, and a ground pin must be connected to your prob
4141

4242
The chip name to use with **probe-rs** is `RaspberryPi4B`. When connecting make sure the protocol is explicitly specified as JTAG or connection errors may occur. For example, to use the gdb server:
4343

44-
`probe-rs-cli gdb --protocol jtag --chip RaspberryPi4B`
44+
`probe-rs gdb --protocol jtag --chip RaspberryPi4B`
4545

src/docs/knowledge-base/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This can be set multiple ways:
5454

5555
- `.cargo/config.toml` under runner. Example:
5656
``` toml
57-
runner = "probe-rs-cli run --chip STM32L451RCTx"
57+
runner = "probe-rs run --chip STM32L451RCTx"
5858
```
5959
- If using VSCode plugin in `launch.json` configurations/chip
6060
```json

0 commit comments

Comments
 (0)