Skip to content

Commit dbb4c50

Browse files
jannicJohnAZoidberg
authored andcommitted
cargo embed does not work as a runner for cargo (#46)
Closes #45
1 parent 779fa91 commit dbb4c50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.cargo/config.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
22
# Choose a default "cargo run" tool:
33
# - 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
64
# - elf2uf2-rs loads firmware over USB when the rp2040 is in boot mode
7-
#runner = "probe-run --chip RP2040"
8-
# runner = "cargo embed"
5+
# runner = "probe-run --chip RP2040"
96
runner = "elf2uf2-rs -d"
107

118
rustflags = [

0 commit comments

Comments
 (0)