Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Support probe-run as default runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Dec 2, 2020
1 parent 07f5868 commit ea97b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/.cargo/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.thumbv7em-none-eabihf]
runner = "arm-none-eabi-gdb"
runner = "probe-run --chip nrf52832_xxAA"
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tdefmt.x", # defmt support
Expand Down

0 comments on commit ea97b9e

Please sign in to comment.