esp-hal/esp32s3-hal/.cargo/config.toml
2023-05-08 17:38:33 +02:00

13 lines
241 B
TOML

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