Skip to content

Commit

Permalink
Merge pull request #580 from BartMassey-upstream/probe-rs-insns-redux
Browse files Browse the repository at this point in the history
updated probe-rs-tools instructions
  • Loading branch information
eldruin authored Sep 19, 2024
2 parents 7100443 + d8fd22c commit 2c6111d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion microbit/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ cargo-size 0.3.3
In order to install cargo-embed, first install its [prerequisites](https://probe.rs/docs/getting-started/installation/) (note: these instructions are part of the more general [`probe-rs`](https://probe.rs/) embedded debugging toolkit). Then install it with cargo:

```console
$ cargo install probe-rs-tools --vers 0.24.0
$ cargo install --locked probe-rs-tools --vers '^0.24'
```

**NOTE** This may fail due to frequent changes in `probe-rs`. If so, go to <https://probe.rs> and follow the current installation instructions there.

Finally, verify that you have successfully installed `cargo-embed` by running:

```console
$ cargo embed --version
cargo-embed 0.24.0 (git commit: crates.io)
```
Expand Down

0 comments on commit 2c6111d

Please sign in to comment.