add dma example; rename uarte

This commit is contained in:
xoviat
2020-12-29 19:10:47 -06:00
parent 74b5d4693c
commit 53c2829eb1
5 changed files with 165 additions and 1 deletions

View File

@ -361,6 +361,6 @@ macro_rules! waker_interrupt {
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
pub mod uarte;
pub mod serial;
pub use cortex_m_rt::interrupt;