micro-bit-led-compass/hardware_main/.cargo/config

8 lines
148 B
Plaintext
Raw Permalink Normal View History

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