zephyr/ext/hal/st/stm32cube/stm32l4xx
Erwan Gouriou b3127629c7 ext: stm32cube: update stm32l4xx cube version
Update Cube version for STM32L4XX family
from version: V1.10.0
to version: V1.12.0

This version solves patch in drivers/include/stm32l4xx_ll_spi.h

Note: git shows 100% diff on all files.
You need to tick "Ignore space change" in git UI to see real
differences. I tried different things to fix this without
success (dos2unix, file encoding, files access right).

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-06-27 12:27:15 -05:00
..
drivers ext: stm32cube: update stm32l4xx cube version 2018-06-27 12:27:15 -05:00
soc ext: stm32cube: update stm32l4xx cube version 2018-06-27 12:27:15 -05:00
CMakeLists.txt ext: hal: stm32cube: allow HAL/LL files to be selected via Kconfig 2018-01-23 08:46:16 -06:00
README ext: stm32cube: update stm32l4xx cube version 2018-06-27 12:27:15 -05:00

README

STM32CubeL4
###########

Origin:
   ST Microelectronics
   http://www.st.com/en/embedded-software/stm32cubel4.html

Status:
   version 1.12.0

Purpose:
   ST Microelectronics official MCU package for STM32L4 series.

Description:
   This package is an extract of official STM32CubeL4 package written by ST Microelectronics.
   It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
   of CMSIS headers files, one for each SoC in STM32L4 series.

Dependencies:
    None.

URL:
   http://www.st.com/en/embedded-software/stm32cubel4.html

commit:
   version 1.12.0

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   http://www.st.com/resource/en/license_agreement/dm00218346.pdf

Patch List:

    * 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.
    Impacted files:
     ext/hal/st/stm32cube/stm32l4xx/drivers/include/stm32l4xx_ll_pwr.h
    ST Bug tracker ID: 47844