Skip to content

Commit

Permalink
feat(rp2040): use probe-rs as cargo runner
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Dec 2, 2023
1 parent d6fe070 commit 1ce013a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/rp2040/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip RP2040"
runner = "probe-rs run --chip RP2040"
# runner = "elf2uf2-rs -d"

rustflags = [
Expand Down

0 comments on commit 1ce013a

Please sign in to comment.