diff options
| author | xoviat <[email protected]> | 2023-07-01 17:32:25 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-01 17:32:25 -0500 |
| commit | 8141d53d94d6bec837c334d1e313d751bbebaac2 (patch) | |
| tree | 627369dc612da0aba4ac8f82cc0b1a8615ab363b /README.md | |
| parent | 21a86531955facbdba5583b5218e20f1ca6dc23e (diff) | |
| parent | ba4344429264fa7beb99ab19c09059c2d531716d (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -99,10 +99,10 @@ Examples are found in the `examples/` folder seperated by the chip manufacturer | |||
| 99 | 99 | ||
| 100 | ### Running examples | 100 | ### Running examples |
| 101 | 101 | ||
| 102 | - Install `probe-rs-cli` with defmt support. | 102 | - Install `probe-rs`. |
| 103 | 103 | ||
| 104 | ```bash | 104 | ```bash |
| 105 | cargo install probe-rs-cli | 105 | cargo install probe-rs --features cli |
| 106 | ``` | 106 | ``` |
| 107 | 107 | ||
| 108 | - Change directory to the sample's base directory. For example: | 108 | - Change directory to the sample's base directory. For example: |
