Initial commit

This commit is contained in:
ZacJW 2025-07-04 09:10:36 +01:00
commit 8bfbab5a0c
12 changed files with 687 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[workspace]
resolver = "2"
members = [ "cardputer-bsc",
"test-app",
]
[profile.release]
opt-level = "s"
[profile.dev]
debug = true # Symbols are nice and they don't increase the size on Flash
opt-level = "z"