stm32: add exti

This commit is contained in:
Dario Nieuwenhuis
2021-04-10 01:48:12 +02:00
parent 258ba533bd
commit 170536b073
6 changed files with 370 additions and 826 deletions

View File

@ -28,8 +28,9 @@ pub mod fmt;
mod chip;
pub use chip::{peripherals, Peripherals};
pub mod exti;
pub mod gpio;
//pub mod exti;
//pub mod rtc;
//pub mod interrupt;
pub(crate) use stm32_metapac as pac;