12 lines
218 B
TOML
12 lines
218 B
TOML
[target.riscv32imc-unknown-none-elf]
|
|
runner = "espflash --format direct-boot --monitor"
|
|
rustflags = [
|
|
"-C", "link-arg=-Tlinkall.x"
|
|
]
|
|
|
|
[build]
|
|
target = "riscv32imc-unknown-none-elf"
|
|
|
|
[unstable]
|
|
build-std = [ "core" ]
|