6 lines
83 B
TOML
6 lines
83 B
TOML
|
|
[build]
|
||
|
|
target = "thumbv7m-none-eabi"
|
||
|
|
rustflags = [
|
||
|
|
"-C", "link-arg=-Tlink.x",
|
||
|
|
]
|