diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 17:00:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-26 17:00:51 +0200 |
| commit | 054ca17f660bd7fc760854293248ffc6a092b6da (patch) | |
| tree | 7e3b5a8b2116ce0dc026167b1070bf4cd16d2dae /README.md | |
| parent | 0dea7b02d6d320efabede5d7e5470bb0d42cfa88 (diff) | |
Switch from probe-run to probe-rs-cli.
- probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained.
- Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -106,10 +106,10 @@ git submodule init | |||
| 106 | git submodule update | 106 | git submodule update |
| 107 | ``` | 107 | ``` |
| 108 | 108 | ||
| 109 | - Install `probe-run` with defmt support. | 109 | - Install `probe-rs-cli` with defmt support. |
| 110 | 110 | ||
| 111 | ```bash | 111 | ```bash |
| 112 | cargo install probe-run | 112 | cargo install probe-rs-cli |
| 113 | ``` | 113 | ``` |
| 114 | 114 | ||
| 115 | - Change directory to the sample's base directory. For example: | 115 | - Change directory to the sample's base directory. For example: |
