mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
8 lines
137 B
Text
8 lines
137 B
Text
|
[target.thumbv7em-none-eabi]
|
||
|
runner = "dongle-flash"
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tlink.x",
|
||
|
]
|
||
|
|
||
|
[build]
|
||
|
target = "thumbv7em-none-eabi"
|