hal_stm32/stm32cube/stm32f1xx
Erwan Gouriou 12142ce39b stm32cube: update stm32f1 to version V1.8.3
Update Cube version for STM32F1xx series
on https://github.com/STMicroelectronics
from version v1.8.2
to version v1.8.3

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-03-03 12:12:58 -06:00
..
drivers stm32cube: update stm32f1 to version V1.8.3 2021-03-03 12:12:58 -06:00
soc stm32cube: update stm32f1 to version V1.8.3 2021-03-03 12:12:58 -06:00
CMakeLists.txt stm32cube:add systematic compilation of '_hal_rcc_ex.c' 2020-10-27 08:03:47 -05:00
README stm32cube: update stm32f1 to version V1.8.3 2021-03-03 12:12:58 -06:00
release_note.html stm32cube: update stm32f1 to version V1.8.2 2020-10-27 08:03:47 -05:00

README

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

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

Status:
   version v1.8.3

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:
   https://github.com/STMicroelectronics/STM32CubeF1

Commit:
   276c4ab9537e83b9897badb68e02d9c4c46c5c22

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://opensource.org/licenses/BSD-3-Clause

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

   See release_note.html from STM32Cube