fosmometer/firmware/.cargo/config.toml

13 lines
231 B
TOML
Raw Normal View History

2024-01-08 13:52:39 +01:00
[build]
target = "riscv32ec-unknown-none-elf"
[target.riscv32ec-unknown-none-elf]
runner = "wlink -v flash"
rustflags = [
"-C", "link-arg=-Tlink.x",
"-C", "opt-level=s",
]
[unstable]
build-std = ["core", "compiler_builtins"]