working uart but not waking after sleep

This commit is contained in:
Priec
2025-12-03 21:41:45 +01:00
parent 3ebbd97760
commit c7a74df023
22 changed files with 2513 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;