From 054ca17f660bd7fc760854293248ffc6a092b6da Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 26 Apr 2023 17:00:51 +0200 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33f38dafe..270f27a8f 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,10 @@ git submodule init git submodule update ``` -- Install `probe-run` with defmt support. +- Install `probe-rs-cli` with defmt support. ```bash -cargo install probe-run +cargo install probe-rs-cli ``` - Change directory to the sample's base directory. For example: -- cgit