espre-c6/.cargo/config.toml
Thomas Klaehn b87e6c552f hp-core: add wifi connection
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2025-02-18 09:36:45 +01:00

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