Add dma scaffolding

This commit is contained in:
Dario Nieuwenhuis
2021-05-10 01:20:04 +02:00
parent 9492b8555c
commit ac616a6dcf
296 changed files with 23770 additions and 10133 deletions

View File

@ -11,6 +11,8 @@ pub mod fmt;
use embassy::interrupt::{Interrupt, InterruptExt};
#[cfg(feature = "_dma")]
pub mod dma;
pub mod exti;
pub mod gpio;
#[cfg(feature = "_rng")]