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,8 @@
#![no_std]
// pub mod low_power;
// pub use low_power::*;
pub mod hw_uart_pc;
pub mod config;
pub mod sleep;
pub mod wakeup;