zephyr/ext/hal/st/stm32cube/stm32f1xx
Yannis Damigos 213df22c99 ext: hal: stm32cube: Fix LSI_VALUE for F1, F3 families
This patch sets the correct LSI_VALUE, according to
STM32F3 reference manual's (RM0316) section 9.2.5 and
STM32F1 reference manual's (RM0008) section 7.2.5.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2017-10-20 12:28:11 -05:00
..
drivers ext: hal: stm32cube: Fix LSI_VALUE for F1, F3 families 2017-10-20 12:28:11 -05:00
soc
README ext: hal: stm32cube: Fix LSI_VALUE for F1, F3 families 2017-10-20 12:28:11 -05:00

The current version supported in Zephyr for STM32F1 Cube is V1.6.0



Patch List:
===========

*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

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