mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-03 11:32:20 +00:00
add probe-run explanation
This commit is contained in:
parent
adaca12a61
commit
3e54af411b
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ rustflags = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[target.thumbv7em-none-eabihf]
|
[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"
|
runner = "probe-run --chip nRF52840_xxAA"
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C", "link-arg=-Tlink.x",
|
"-C", "link-arg=-Tlink.x",
|
||||||
|
|
Loading…
Reference in a new issue