12 lines
271 B
TOML
12 lines
271 B
TOML
[build]
|
|
target = "avr-none"
|
|
rustflags = ["-C", "target-cpu=atmega328p", "--emit=llvm-ir"]
|
|
|
|
[target.'cfg(target_arch = "avr")']
|
|
runner = "ravedude"
|
|
# To run in simulator, replace the line above with this:
|
|
# runner = "simavr -m atmega328p"
|
|
|
|
[unstable]
|
|
build-std = ["core"]
|