bridge between usart1 and usart2

This commit is contained in:
Priec
2025-11-12 17:33:34 +01:00
parent 05662a45d0
commit 8c6f703de9
25 changed files with 2828 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;