10 lines
136 B
TOML
10 lines
136 B
TOML
[target.riscv32imc-unknown-none-elf]
|
|
rustflags = [
|
|
]
|
|
|
|
[build]
|
|
target = "riscv32imc-unknown-none-elf"
|
|
|
|
[unstable]
|
|
build-std = [ "core" ]
|