zephyr/ext/hal/st/stm32cube/stm32f1xx
Jorge Ramirez-Ortiz 9f420955d9 ext: hal: stm32f1x and stm32f4x: disable i2c HAL
Enabling the HAL and the LL flags duplicate definitions when
compiling in driver.

Since the i2c HAL is not needed, disable it.
This is a HAL issue that needs to be addressed (not zephyr)

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
2017-07-01 08:36:51 -04:00
..
drivers ext: hal: stm32f1x and stm32f4x: disable i2c HAL 2017-07-01 08:36:51 -04:00
soc ext: stm32cube: update stm32f1xx cube version 2017-04-28 15:06:40 -05:00
README ext: stm32cube: update stm32f1xx cube version 2017-04-28 15:06:40 -05:00

README

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

This version contains following patch vs the official version:
drivers/include/stm32f1_hal_conf.h: l355
- #include "stm32f4xx_hal_mmc.h"
+ #include "stm32f1xx_hal_mmc.h"