16 lines
240 B
TOML
16 lines
240 B
TOML
|
[build]
|
||
|
target = "thumbv7em-none-eabihf"
|
||
|
|
||
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||
|
rustflags = [
|
||
|
"-C",
|
||
|
"link-arg=-Tlink.x",
|
||
|
"-C",
|
||
|
"link-arg=-Tdefmt.x",
|
||
|
"-C",
|
||
|
"link-arg=--nmagic",
|
||
|
]
|
||
|
|
||
|
[env]
|
||
|
DEFMT_LOG = "trace"
|