From 3d496e044ff3741ca202057c0837da38c139afe8 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Thu, 2 Mar 2023 03:09:22 +0100 Subject: [PATCH] `cargo embed` does not work as a runner for cargo (#46) Closes #45 --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index e6676fc..079bc43 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,11 +1,8 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] # Choose a default "cargo run" tool: # - probe-run provides flashing and defmt via a hardware debugger -# - cargo embed offers flashing, rtt, defmt and a gdb server via a hardware debugger -# it is configured via the Embed.toml in the root of this project # - elf2uf2-rs loads firmware over USB when the rp2040 is in boot mode runner = "probe-run --chip RP2040" -# runner = "cargo embed" # runner = "elf2uf2-rs -d" rustflags = [