MacroBoard-rs/arduino/.cargo/config.toml

8 lines
142 B
TOML
Raw Normal View History

2022-07-16 08:32:10 +00:00
[build]
target = "avr-atmega328p.json"
[target.'cfg(target_arch = "avr")']
runner = "ravedude uno -cb 57600"
[unstable]
build-std = ["core"]