Flashing & Blinky
This commit is contained in:
parent
a433b88319
commit
5ef16da100
7 changed files with 40 additions and 4 deletions
|
|
@ -3,3 +3,6 @@ target = "thumbv7m-none-eabi"
|
|||
rustflags = [
|
||||
"-C", "link-arg=-Tlink.x",
|
||||
]
|
||||
|
||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
runner = "arm-none-eabi-gdb -q -x debug/openocd.gdb"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue