Files
rusty-dog/.cargo/config.toml
T

15 lines
292 B
TOML

[target.thumbv6m-none-eabi]
runner = "direnv exec . elf2uf2-rs -d"
rustflags = [
"-C", "linker=rust-lld",
"-C", "link-arg=-Tlink.x",
"-C", "link-arg=-Tlink-rp.x",
"-C", "link-arg=-Tdefmt.x",
]
[build]
target = "thumbv6m-none-eabi"
[unstable]
# build-std = ["core", "alloc"]