Add 0x01_uart_rust driver and update README

This commit is contained in:
Kevin Thomas
2026-03-23 13:11:16 -04:00
parent c55465a6aa
commit 5d2767c42d
17 changed files with 1539 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true,
"files.exclude": {
".pico-rs": true
}
}