Low power UART driver

This commit is contained in:
Timo Kröger
2020-12-23 16:18:29 +01:00
parent c97d5262f5
commit 6695bf0f21
5 changed files with 578 additions and 51 deletions

View File

@ -57,5 +57,6 @@ pub mod interrupt;
#[cfg(feature = "52840")]
pub mod qspi;
pub mod rtc;
pub mod uarte;
pub use cortex_m_rt::interrupt;