10 lines
195 B
TOML
10 lines
195 B
TOML
[build]
|
|
target = "avr-specs/avr-atmega2560.json"
|
|
rustc-wrapper = "./rustc-wrapper.sh"
|
|
|
|
[target.'cfg(target_arch = "avr")']
|
|
runner = "ravedude mega2560 -cb 57600"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|