zephyr/ext/hal/st/stm32cube/stm32f3xx
Erwin Rol 772ac20336 ext: hal: stm32cube: allow HAL/LL files to be selected via Kconfig
By providing USE_STM32_HAL_* and USE_STM32_LL_* menuconfig
options drivers and user aplications can select parts of the HAL
without needing to change the Zephyr source code.

Signed-off-by: Erwin Rol <erwin@erwinrol.com>
2018-01-23 08:46:16 -06:00
..
drivers
soc
CMakeLists.txt ext: hal: stm32cube: allow HAL/LL files to be selected via Kconfig 2018-01-23 08:46:16 -06:00
README stm32cube: f3: fix wrong package version 2018-01-17 09:55:30 -06:00

README

The current version supported in Zephyr for STM32F3 Cube is V1.9.0

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

*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

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