Skip to content

Commit f750bfa

Browse files
authored
Merge pull request #13 from daystram/feat/probe-rs
Use probe-rs target runner
2 parents 4f09d9d + 198039a commit f750bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2-
# runner = "probe-run --chip RP2040"
3-
runner = "elf2uf2-rs -d"
2+
runner = "probe-rs run --chip RP2040"
3+
# runner = "elf2uf2-rs -d"
44
rustflags = [
55
"-C",
66
"linker=flip-link",

0 commit comments

Comments
 (0)