rusty-bell/.cargo/config.toml
2024-04-09 19:52:59 +02:00

15 lines
264 B
TOML

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