10 lines
211 B
TOML
10 lines
211 B
TOML
|
[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"]
|