zephyr/drivers/usb
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
..
device drivers: usb_dc_stm32: enable VDDUSB on STM32L4x2 2018-05-24 09:42:30 -05:00
CMakeLists.txt
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00