Merge branch 'master' of https://github.com/akiles/embassy into proc-macro

This commit is contained in:
xoviat
2021-03-27 21:31:49 -05:00
11 changed files with 1065 additions and 2 deletions

View File

@ -36,6 +36,7 @@ pub mod exti;
pub mod interrupt;
#[cfg(any(
feature = "stm32f401",
feature = "stm32f405",
feature = "stm32f407",
feature = "stm32f412",
@ -74,6 +75,8 @@ pub mod can;
))]
pub mod rtc;
unsafe impl embassy_extras::usb::USBInterrupt for interrupt::OTG_FS {}
use core::option::Option;
use hal::prelude::*;
use hal::rcc::Clocks;