9 lines
218 B
TOML
9 lines
218 B
TOML
[build]
|
|
target = "riscv32ec-unknown-none-elf.json"
|
|
|
|
[target.riscv32ec-unknown-none-elf]
|
|
runner = "wlink flash --enable-sdi-print --watch-serial"
|
|
rustflags = ["-C", "link-arg=-Tlink.x"]
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|