stm32: Add support for FMC

This commit is contained in:
Matous Hybl
2022-02-08 14:32:18 +01:00
parent fee1de109d
commit d37d714314
7 changed files with 1027 additions and 1 deletions

View File

@ -36,6 +36,8 @@ pub mod dcmi;
pub mod eth;
#[cfg(feature = "exti")]
pub mod exti;
#[cfg(fmc)]
pub mod fmc;
#[cfg(i2c)]
pub mod i2c;