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

@@ -2,3 +2,4 @@
pub mod software_uart;
pub mod config;
pub mod hw_uart_pc;