12 lines
255 B
TOML
12 lines
255 B
TOML
[alias]
|
|
esp32c6 = "build --release --features=esp32c6 --target riscv32imac-unknown-none-elf"
|
|
|
|
[build]
|
|
target = "riscv32imac-unknown-none-elf"
|
|
|
|
[target.'cfg(target_arch = "riscv32")']
|
|
runner = "espflash flash --monitor"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|