Initial commit, basic blinky working.

This commit is contained in:
2025-07-06 16:26:11 +02:00
commit 0db1d3e278
9 changed files with 957 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"rust-analyzer.cargo.target": "thumbv8em-none-eabihf",
// "rust-analyzer.checkOnSave.allTargets": false
// "editor.formatOnSave": true
}