blob: b0857d057d7035137acbbdc6c49e4bebb4c6c19b [file] [log] [blame]
STM32CubeF3
###########
Origin:
ST Microelectronics
http://www.st.com/en/embedded-software/stm32cubef3.html
Status:
version 1.9.0
Purpose:
ST Microelectronics official MCU package for STM32F3 series.
Description:
This package is an extract of official STM32CubeF3 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 STM32F3 series.
Dependencies:
None.
URL:
http://www.st.com/en/embedded-software/stm32cubef3.html
commit:
version 1.9.0
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
*Update LSI_VALUE to 40 KHz
Impacted files:
drivers/include/stm32f3xx_ll_rcc.h
ST Bug tracker ID: 37418
*Current implementation of LL_SPI_TransmitData16 on F3/F7/L4 family
generates following warning:
"warning: dereferencing type-punned pointer will break strict-aliasing
rules [-Wstrict-aliasing]"
Besides being forbidden by rule, this cast is not needed, as register is
16 bits wide. Modification has been tested on L4 SoC.
stm32yyxx_ll_spi.h being included in soc.h file, warning is generated
at each compiled object, this commit allows a clean build.
Impacted files:
drivers/include/stm32f3xx_ll_spi.h
ST Bug tracker ID: 13359