16 lines
240 B
TOML

[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C",
"link-arg=-Tlink.x",
"-C",
"link-arg=-Tdefmt.x",
"-C",
"link-arg=--nmagic",
]
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "debug"