adding hardware uart

This commit is contained in:
Filipriec
2025-11-11 17:16:18 +01:00
parent c738fabac7
commit 17c205f23b
6 changed files with 180 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
// src/uart/mod.rs
pub mod driver;
pub mod usart1;
pub mod safety;