Skip to content

Commit a8b41c7

Browse files
committed
probe-rs v0.24.0 changed the install type
`probe-rs-tools` now installs all 3 tools (embed, flash and probe-rs): https://github.com/probe-rs/probe-rs/releases/tag/v0.24.0
1 parent e170ae9 commit a8b41c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board based on Cortex-M33 with the `thumbv8m.main-none-eabihf` ISA, with 1MB Fla
99

1010
- [`rustup`](https://rustup.rs/) - is recommended to install rust and its components
1111
- `cargo install cargo-binutils` - for `cargo size` and `cargo objdump -- --disassemble`, etc…
12-
- `cargo install cargo-embed` - flash and debug using the [`probe-rs project`](https://probe.rs/)
12+
- `cargo install probe-rs-tools` - flash and debug using the [`probe-rs project`](https://probe.rs/)
1313

1414
## Examples
1515

0 commit comments

Comments
 (0)