embassy/embassy-stm32/src/usb
Joonas Javanainen 9b2d096f4f
USB needs PWR_CR2 USV set on STM32L4
Confirmed to be needed on an STM32L422, and based on a quick look at
L4/L4+ reference manuals, this bit is present and required to be set on
all L4 chips that have some kind of USB peripheral (USB or OTG_FS).
The `usb_otg` driver already sets it for `cfg(stm32l4)` and we should do
the same thing here.
2024-02-20 21:47:13 +02:00
..
mod.rs stm32: doc everything else. 2023-12-19 18:03:20 +01:00
usb.rs USB needs PWR_CR2 USV set on STM32L4 2024-02-20 21:47:13 +02:00