hal_stm32/stm32cube/stm32f4xx
Francois Ramu b2a3a44357 stm32cube: update stm32f4 to version V1.26.0
Update Cube version for STM32F4xx series
on https://github.com/STMicroelectronics
from version v1.25.2
to version v1.26.0

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2021-04-02 08:56:46 -05:00
..
drivers stm32cube: update stm32f4 to version V1.26.0 2021-04-02 08:56:46 -05:00
soc stm32cube: update stm32f4 to version V1.26.0 2021-04-02 08:56:46 -05:00
CMakeLists.txt stm32cube: update stm32f4 to version V1.26.0 2021-04-02 08:56:46 -05:00
README stm32cube: update stm32f4 to version V1.26.0 2021-04-02 08:56:46 -05:00
release_note.html stm32cube: update stm32f4 to version V1.25.0 2020-03-26 14:58:28 -05:00

README

STM32CubeF4
###########

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

Status:
   version v1.26.0

Purpose:
   ST Microelectronics official MCU package for STM32F4 series.

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

Dependencies:
    None.

URL:
   https://github.com/STMicroelectronics/STM32CubeF4

Commit:
   d599a824dfe257bee2aeff403caf592da816b126

Maintained-by:
   External

License:
   BSD-3-Clause

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

Patch List:
--> please check that the following list is still valid:

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

    *Extend public SetFlashLatency API to all families
     The LL_SetFlashLatency public API is now defined for families
     beyond G4, L4 and L5. The private function has been made public.
    Impacted files:
     drivers/include/stm32f4xx_ll_utils.h
     drivers/src/stm32f4xx_ll_utils.c
    ST Bug tracker ID: 76121

   *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/stm32f4xx_hal_conf.h
    ST Bug tracker ID: NA. Not a stm32cube issue

   See release_note.html from STM32Cube