Update the links to cargo-embed

This commit is contained in:
Hiroaki Yutani 2023-02-05 17:25:16 +09:00 committed by GitHub
parent 77daa11190
commit 3289596059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ If you don't have a debug probe or if you want to do interactive debugging you c
Some of the options for your `runner` are listed below: Some of the options for your `runner` are listed below:
* **cargo embed** * **cargo embed**
*Step 1* - Install [`cargo embed`](https://github.com/probe-rs/cargo-embed): *Step 1* - Install [`cargo embed`](https://github.com/probe-rs/probe-rs/blob/master/cargo-embed):
```console ```console
$ cargo install cargo-embed $ cargo install cargo-embed
@ -143,7 +143,7 @@ Some of the options for your `runner` are listed below:
*Step 3* - Update settings in [Embed.toml](./Embed.toml) *Step 3* - Update settings in [Embed.toml](./Embed.toml)
- The defaults are to flash, reset, and start a defmt logging session - The defaults are to flash, reset, and start a defmt logging session
You can find all the settings and their meanings [in the cargo-embed repo](https://github.com/probe-rs/cargo-embed/blob/master/src/config/default.toml) You can find all the settings and their meanings [in the cargo-embed repo](https://github.com/probe-rs/probe-rs/blob/master/cargo-embed/src/config/default.toml)
*Step 4* - Use `cargo run`, which will compile the code and start the *Step 4* - Use `cargo run`, which will compile the code and start the
specified 'runner'. As the 'runner' is cargo embed, it will flash the device specified 'runner'. As the 'runner' is cargo embed, it will flash the device