12 lines
206 B
TOML
12 lines
206 B
TOML
[target.riscv32imac-unknown-none-elf]
|
|
runner = "espflash flash --monitor"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlinkall.x",
|
|
]
|
|
|
|
[build]
|
|
target = "riscv32imac-unknown-none-elf"
|
|
|
|
[unstable]
|
|
build-std = [ "core" ]
|