Skip to content

Commit 0c2ed52

Browse files
authored
update probe-run to probe-rs (#109)
1 parent f52c59d commit 0c2ed52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.thumbv7em-none-eabihf]
2-
runner = 'probe-run --connect-under-reset'
2+
runner = 'probe-rs run --connect-under-reset'
33
rustflags = [
44
"-C", "link-arg=-Tlink.x",
55
"-C", "link-arg=-Tdefmt.x",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ cargo run --example blinky_delay --features stm32g474,log-rtt,defmt --release --
4444
A list of chips supported by probe-rs can be found by running
4545

4646
```
47-
probe-run --list-chips
47+
probe-rs chip list
4848
```
4949

50-
For furher information, see the documentation for [probe-run](https://github.com/knurling-rs/probe-run).
50+
For furher information, see the documentation for [probe-rs](https://github.com/probe-rs/probe-rs).
5151

5252
### Using as a Dependency
5353

0 commit comments

Comments
 (0)