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