slideshow/.cargo/config.toml
2025-09-12 16:11:25 +03:00

12 lines
271 B
TOML

[build]
target = "avr-none"
rustflags = ["-C", "target-cpu=atmega328p", "--emit=llvm-ir"]
[target.'cfg(target_arch = "avr")']
runner = "ravedude"
# To run in simulator, replace the line above with this:
# runner = "simavr -m atmega328p"
[unstable]
build-std = ["core"]