17 lines
270 B
TOML
Raw Normal View History

2025-09-27 20:12:13 -04:00
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor --chip esp32"
2025-09-20 15:51:15 -04:00
2025-09-27 20:12:13 -04:00
[env]
ESP_LOG = "info"
2025-09-20 15:51:15 -04:00
2025-09-27 20:12:13 -04:00
[build]
rustflags = [
"-C", "link-arg=-Wl,-Tlinkall.x",
"-C", "link-arg=-nostartfiles",
]
2025-09-20 15:51:15 -04:00
2025-09-27 20:12:13 -04:00
target = "xtensa-esp32-none-elf"
2025-09-20 15:51:15 -04:00
2025-09-27 20:12:13 -04:00
[unstable]
build-std = ["core"]