zephyr/ext
Aurelien Jarno b66ecc5765 ext: hal: stm32cube: fix stm32l4xx VDDUSB supply control
The STM32L4x2 SoCs need to control the isolation of the USB features
from VDDUSB. This is done through the PWR_CR2 bit USV. The STM32L4 HAL
in stm32l4xx_ll_pwr.h wrongly checks for the PWR_CR2_PVME1 bit, which
is only available on Cat. 3 devices. Replace the check by PWR_CR2_USV
like it is already done in stm32l4xx_hal_pwr_ex.c.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-05-24 09:42:30 -05:00
..
debug debug: fix RTT console Kconfig 2018-03-19 15:37:26 -04:00
fs subsys: disk: Add support for multiple disk interfaces 2018-05-08 08:53:01 -04:00
hal ext: hal: stm32cube: fix stm32l4xx VDDUSB supply control 2018-05-24 09:42:30 -05:00
lib ext: open-amp: Change build integration so its not recursive 2018-05-24 09:18:47 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig ext: open-amp: Change build integration so its not recursive 2018-05-24 09:18:47 -05:00