From 198039a2c1dd05c367ce754807e5b97f6f4d7667 Mon Sep 17 00:00:00 2001 From: Danny August Ramaputra Date: Mon, 29 Jul 2024 01:23:11 +0900 Subject: [PATCH] change: use probe-rs target runner --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 48dfbd5..b7894ff 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -# runner = "probe-run --chip RP2040" -runner = "elf2uf2-rs -d" +runner = "probe-rs run --chip RP2040" +# runner = "elf2uf2-rs -d" rustflags = [ "-C", "linker=flip-link",