Skip to content

Commit

Permalink
probe-rs v0.24.0 changed the install type
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
gdamjan committed May 23, 2024
1 parent e170ae9 commit a8b41c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ board based on Cortex-M33 with the `thumbv8m.main-none-eabihf` ISA, with 1MB Fla

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

## Examples

Expand Down

0 comments on commit a8b41c7

Please sign in to comment.