Ring-buffered uart rx with one-period overrun detection

This commit is contained in:
Rasmus Melchior Jacobsen
2023-04-26 10:51:23 +02:00
committed by Dario Nieuwenhuis
parent 855c0d1423
commit 49455792cb
9 changed files with 1177 additions and 24 deletions

View File

@ -21,6 +21,7 @@ pub use gpdma::*;
#[cfg(dmamux)]
mod dmamux;
pub(crate) mod ringbuffer;
pub mod word;
use core::mem;