stm32: add USB driver.

This commit is contained in:
Dario Nieuwenhuis
2022-05-30 00:36:30 +02:00
parent 0aa73f58e2
commit 3e4bead321
19 changed files with 1989 additions and 5 deletions

View File

@ -63,6 +63,8 @@ pub mod sdmmc;
pub mod spi;
#[cfg(usart)]
pub mod usart;
#[cfg(usb)]
pub mod usb;
#[cfg(any(otgfs, otghs))]
pub mod usb_otg;