espre-c6/.cargo/config.toml
Thomas Klaehn 03a3c8732f Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-02-12 05:32:06 +01:00

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"]