Files
esp32c6-play/.cargo/config.toml
andromeda ae793c14be wifi init
2026-04-06 20:03:39 +02:00

19 lines
460 B
TOML

[target.riscv32imac-unknown-none-elf]
# UPDATE flake.nix to reflect any changes here in the wrapper script
runner = "espflash flash --monitor --chip esp32c6"
[env]
ESP_LOG="info"
[build]
rustflags = [
# Required to obtain backtraces (e.g. when using the "esp-backtrace" crate.)
# NOTE: May negatively impact performance of produced code
"-C", "force-frame-pointers",
]
target = "riscv32imac-unknown-none-elf"
[unstable]
build-std = ["core", "alloc"]