zephyr/ext/hal/st/stm32cube/stm32f1xx
Erwan Gouriou 7eb2276a49 ext: stm32cube: update stm32f1xx cube version
Update Cube version for STM32F1XX family
from version: V1.6.0
to version: V1.6.1

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 stm32f1xx cube version 2018-06-27 12:27:15 -05:00
soc ext: stm32cube: update stm32f1xx 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 stm32f1xx cube version 2018-06-27 12:27:15 -05:00

README

STM32CubeF1
###########

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

Status:
   version 1.6.1

Purpose:
   ST Microelectronics official MCU package for STM32F1 series.

Description:
   This package is an extract of official STM32CubeF1 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 STM32F1 series.

Dependencies:
    None.

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

commit:
   version 1.6.1

Maintained-by:
   External

License:
   BSD-3-Clause

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

Patch List:

   *Changes from official delivery:
    -dos2unix applied
    -trailing white spaces removed

   *Disable i2c HAL
     Due to conflict with zephyr i2c.h (I2C_SPEED_STANDARD and I2C_SPEED_FAST
     redefinition), deactivate STM32Cube I2C HAL. This raises no issue since
     LL API is currently used for stm32 I2C driver.
     Impacted files:
      drivers/include/stm32f1xx_hal_conf.h
     ST Bug tracker ID: NA. Not a stm32cube issue

    *Update LSI_VALUE to 40 KHz
     Impacted files:
      drivers/include/stm32f1xx_ll_rcc.h
     ST Bug tracker ID: 37419