Skip to content

Commit 29bbff1

Browse files
authored
Merge pull request #41 from rursprung/use-probe-rs
switch from deprecated `probe-run` to `probe-rs`
2 parents e4d71af + 3f7c717 commit 29bbff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/stm32f4-single-motor-example/.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 --chip STM32F401RE'
2+
runner = 'probe-rs run --chip STM32F401RE'
33
rustflags = [
44
"-C", "link-arg=-Tlink.x",
55
"-C", "link-arg=-Tdefmt.x",

examples/stm32f4-single-motor-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to stop (coast, first press), actively brake (second press) and drive again (thi
1919

2020
## Prerequisites
2121
1. Optional: ensure that the rust toolchain is up-to-date: `rustup update`
22-
1. Install `probe-run`: `cargo install probe-run`
22+
1. Install [`probe-rs`](https://crates.io/crates/probe-rs): `cargo install probe-rs --features cli`
2323
1. Install `flip-link`: `cargo install flip-link`
2424
* Note: `flip-link` is not strictly necessary for this example (it doesn't need
2525
stack protection), however it can be considered best practices to include it.

0 commit comments

Comments
 (0)