17 lines
326 B
TOML
17 lines
326 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"
|
|
|
|
[env]
|
|
ESP_LOG = "info"
|
|
SSID = "tkl"
|
|
PASSWORD = "hosenmuchte"
|
|
|
|
[unstable]
|
|
build-std = ["alloc", "core"]
|