16 lines
240 B
TOML
Raw Normal View History

2025-02-24 23:16:48 +01:00
[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"