blob: 685feb87ed49f3c1db1ed81669d7a9914cd54481 [file]
TSTM32CubeF7
###########
Origin:
ST Microelectronics
http://www.st.com/en/embedded-software/stm32cubef7.html
Status:
version v1.16.0
Purpose:
ST Microelectronics official MCU package for STM32F7 series.
Description:
This package is an extract of official STM32CubeF7 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 STM32F7 series.
Dependencies:
None.
URL:
https://github.com/STMicroelectronics/STM32CubeF7
Commit:
79acbf8ec060d3ec751f2eaba6ee050269995357
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
*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/stm32f7xx_ll_utils.h
drivers/src/stm32f7xx_ll_utils.c
ST Bug tracker ID: 76122
*Fix LL_EXTI_LINE_18 and LL_EXTI_LINE_20 declarations
LL_EXTI_LINE_18 and LL_EXTI_LINE_20 are declared in stm32f7xx_hal_pcd.h
and in stm32f7xx_ll_exti.h which generates warnings. Set #ifndef
in stm32f7xx_ll_exti.h around declarations.
Impacted files:
drivers/include/stm32f7xx_ll_exti.h
ST Bug tracker ID: 55274
See release_note.html from STM32Cube