esp-hal/esp32-hal/.cargo/config.toml
2022-02-18 12:00:05 +01:00

13 lines
222 B
TOML

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