esp-clockgen/.cargo/config.toml
2023-09-24 13:11:36 -04:00

18 lines
262 B
TOML

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