zephyr/drivers/usb/device
Aurelien Jarno 80a9b02200 drivers: usb_dc_stm32: enable VDDUSB on STM32L4x2
The STM32L4x2 SoCs need to control the isolation of the USB features
from VDDUSB. This is done through the PWR_CR2 bit USV, however the
current code checks for the PWR_CR2_PVME1 bit instead, which is only
available on Cat. 3 devices. This bug is also present int the HAL and
likely copied from there.

Replace the check by PWR_CR2_USV instead.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-05-24 09:42:30 -05:00
..
CMakeLists.txt drivers: usb: add usb device driver for Kinetis USBFSOTG Controller 2018-05-17 07:00:49 -05:00
Kconfig drivers: usb: add usb device driver for Kinetis USBFSOTG Controller 2018-05-17 07:00:49 -05:00
usb_dc_dw.c usb: dw: Fix Coverity issue with get_mps() 2018-05-02 09:26:44 -04:00
usb_dc_kinetis.c drivers: usb_dc_kinetis: fix out-of-bounds write/read 2018-05-23 18:57:33 -04:00
usb_dc_nrf5.c usb: device: nrf5: Remove support for the ACCESSFAULT event 2018-03-27 09:35:21 -04:00
usb_dc_sam0.c usb: sam0: add the new usb_dc_ep_mps() function. 2018-03-27 19:57:38 -04:00
usb_dc_stm32.c drivers: usb_dc_stm32: enable VDDUSB on STM32L4x2 2018-05-24 09:42:30 -05:00
usb_dw_registers.h