mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-13 16:05:13 +00:00
make xtask run in dongle dir
This commit is contained in:
parent
705f41973e
commit
aa5d1e417c
1 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,2 @@
|
|||
[target.thumbv7em-none-eabihf]
|
||||
runner = "dongle-flash"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
||||
[build]
|
||||
target = "thumbv7em-none-eabihf"
|
||||
[alias]
|
||||
xtask = "run --manifest-path ../../xtask/Cargo.toml --"
|
Loading…
Reference in a new issue