add runner scrip to allow cargo run
This commit is contained in:
parent
878a8032af
commit
91f01c0b62
|
@ -2,6 +2,7 @@
|
|||
target = "thumbv6m-none-eabi"
|
||||
|
||||
[target.thumbv6m-none-eabi]
|
||||
runner = "./flash.sh"
|
||||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
target/
|
||||
Cargo.lock
|
||||
firmware.bin
|
||||
|
|
Loading…
Reference in New Issue