Skip to content

Commit

Permalink
change: use probe-rs target runner
Browse files Browse the repository at this point in the history
  • Loading branch information
daystram committed Jul 28, 2024
1 parent 4f09d9d commit 198039a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 198039a

Please sign in to comment.