garden-watering-controller/.cargo/config.toml

10 lines
211 B
TOML
Raw Normal View History

2022-03-29 11:16:38 +02:00
[build]
target = "avr-specs/avr-atmega328p.json"
[target.'cfg(target_arch = "avr")']
runner = "ravedude nano -cb 57600"
[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mangled-names"]