Files
renderbug-bike/.cargo/config.toml
2025-09-13 17:55:22 +02:00

16 lines
243 B
TOML

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