Skip to content

Commit

Permalink
Merge pull request #13 from daystram/feat/probe-rs
Browse files Browse the repository at this point in the history
Use probe-rs target runner
  • Loading branch information
daystram committed Jul 28, 2024
2 parents 4f09d9d + 198039a commit f750bfa
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 f750bfa

Please sign in to comment.