Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:40 +08:00
commit ca76aba219
4 changed files with 671 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "rust-embedded-systems",
"description": "Rust Embedded Systems - Patterns for embedded development, no_std, hardware interfacing, and performance optimization",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"commands": [
"./commands"
]
}