itpdp/esp32/.cargo/config.toml
Daniel Bulant 128733e51f
progress
2026-05-11 17:38:55 +02:00

16 lines
288 B
TOML

[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[build]
target = "xtensa-esp32-none-elf"
rustflags = [
"-C", "link-arg=-Wl,-Tlinkall.x",
"-C", "link-arg=-nostartfiles",
]
[unstable]
build-std = ["core", "alloc", "compiler_builtins"]
[env]
DEFMT_LOG = "debug"