build: config.toml
This commit is contained in:
parent
b52e6b7be8
commit
66b76f8942
1 changed files with 8 additions and 0 deletions
8
.cargo/config.toml
Normal file
8
.cargo/config.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[build]
|
||||||
|
target = "avr-specs/avr-atmega328p.json"
|
||||||
|
|
||||||
|
[target.'cfg(target_arch = "avr")']
|
||||||
|
runner = "ravedude uno -cb 57600"
|
||||||
|
|
||||||
|
[unstable]
|
||||||
|
build-std = ["core"]
|
Loading…
Add table
Add a link
Reference in a new issue