10 lines
292 B
TOML
10 lines
292 B
TOML
[build]
|
|
target = "avr-specs/avr-atmega328p.json"
|
|
|
|
[target.'cfg(target_arch = "avr")']
|
|
runner = "ravedude uno -cb 57600"
|
|
# Workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
|
|
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition"]
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|