add probe-run explanation

This commit is contained in:
Lotte Steenbrink 2021-04-19 11:56:28 +02:00
parent adaca12a61
commit 3e54af411b

View file

@ -6,6 +6,8 @@ rustflags = [
]
[target.thumbv7em-none-eabihf]
# set custom cargo runner to flash & run on embedded target when we call `cargo run`
# for more information, check out https://github.com/knurling-rs/probe-run
runner = "probe-run --chip nRF52840_xxAA"
rustflags = [
"-C", "link-arg=-Tlink.x",