From b24c3f42da6372f3adf37b48e48b6f29f715143a Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 Nov 2023 06:49:42 +0900 Subject: [PATCH] Remove remaining references to probe-run --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8c78999..da541f4 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output) -runner = "probe-run --chip $CHIP" +# TODO(2) replace `$CHIP` with your chip's name (see `probe-rs chip list` output) +runner = "probe-rs run --chip $CHIP" rustflags = [ "-C", "linker=flip-link", "-C", "link-arg=-Tlink.x",