Files
train-map/sw/test2/.cargo/config.toml
T
2026-04-14 20:02:23 +02:00

16 lines
237 B
TOML

[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
[env]
ESP_LOG="info"
[build]
rustflags = [
"-C", "link-arg=-nostartfiles",
]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]