itpdp/esp32/.cargo/config.toml
2026-05-11 19:50:36 +02:00

16 lines
290 B
TOML

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