itpdp/esp32/.cargo/config.toml
2026-05-12 21:22:36 +02:00

17 lines
297 B
TOML

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