We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo embed
1 parent 779fa91 commit dbb4c50Copy full SHA for dbb4c50
.cargo/config.toml
@@ -1,11 +1,8 @@
1
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2
# Choose a default "cargo run" tool:
3
# - probe-run provides flashing and defmt via a hardware debugger
4
-# - cargo embed offers flashing, rtt, defmt and a gdb server via a hardware debugger
5
-# it is configured via the Embed.toml in the root of this project
6
# - elf2uf2-rs loads firmware over USB when the rp2040 is in boot mode
7
-#runner = "probe-run --chip RP2040"
8
-# runner = "cargo embed"
+# runner = "probe-run --chip RP2040"
9
runner = "elf2uf2-rs -d"
10
11
rustflags = [
0 commit comments