generated project

This commit is contained in:
2025-07-18 20:31:23 +01:00
commit 8749adda13
25 changed files with 1227 additions and 0 deletions

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 nano-new -cb 57600"
[unstable]
build-std = ["core"]