1
Fork 0
gdevcon25/rust/robot-controller/.cargo/config.toml

9 lines
162 B
TOML

[build]
target = "avr-none"
rustflags = ["-C", "target-cpu=atmega328p"]
[target.'cfg(target_arch = "avr")']
runner = "ravedude"
[unstable]
build-std = ["core"]