Add DCMI peripheral support.

This commit is contained in:
Matous Hybl
2021-11-10 14:47:16 +01:00
parent 8ad8e3b718
commit 1dd5a71c07
3 changed files with 488 additions and 0 deletions

View File

@ -32,6 +32,8 @@ pub mod can;
pub mod dac;
#[cfg(dbgmcu)]
pub mod dbgmcu;
#[cfg(dcmi)]
pub mod dcmi;
#[cfg(all(eth, feature = "net"))]
pub mod eth;
#[cfg(exti)]