build: config.toml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-08 04:13:33 +03:00
parent b52e6b7be8
commit 66b76f8942

8
.cargo/config.toml Normal file
View 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"]