You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
361 B
TOML

# [target.riscv32ec-unknown-none-elf]
# linker = "riscv-none-embed-gcc"
# rustflags = [
# "-C", "link-arg=-march=rv32e",
# "-C", "link-arg=-mabi=ilp32e",
# "-C", "link-arg=-nostartfiles",
# "-C", "link-arg=-Tlink.x",
# "-C", "link-arg=-Tmemory.x",
# ]
[build]
target = "riscv32ec-unknown-none-elf"
[unstable]
build-std = ["core","compiler_builtins"]