16 lines
240 B
TOML
Raw Permalink Normal View History

2025-01-12 19:39:49 +01:00
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C",
"link-arg=-Tlink.x",
"-C",
"link-arg=-Tdefmt.x",
"-C",
"link-arg=--nmagic",
]
2025-01-03 16:15:22 +01:00
[build]
target = "thumbv7em-none-eabihf"
2025-01-12 19:39:49 +01:00
[env]
DEFMT_LOG = "debug"