working buffered hardware uart from previous project is now on

This commit is contained in:
Priec
2025-11-29 19:30:13 +01:00
parent 9c7f67b071
commit f7063f877d
7 changed files with 158 additions and 0 deletions

View File

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