mirror of
https://git.alemi.dev/pc-monitor.git
synced 2024-11-15 03:59:21 +01:00
9 lines
182 B
TOML
9 lines
182 B
TOML
|
[build]
|
||
|
target = "avr-atmega328p.json"
|
||
|
|
||
|
[target.'cfg(target_arch = "avr")']
|
||
|
runner = "ravedude nano --open-console --baudrate 57600 -P /dev/ttyUSB0"
|
||
|
|
||
|
[unstable]
|
||
|
build-std = ["core"]
|