Files
esp32c6-play/.cargo/config.toml
andromeda 399d59d5e7 init
2026-04-05 21:11:02 +02:00

18 lines
387 B
TOML

[target.riscv32imac-unknown-none-elf]
runner = "sudo 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"]