ch32v003-test/.cargo/config.toml

13 lines
250 B
TOML
Raw Permalink Normal View History

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