zephyr/ext/hal/st/stm32cube/stm32f4xx
Erwan Gouriou 3a0dbda3bc stm32cube: Add impacted files in README Patch List
To further ease stm32cube packages update, add impacted lines
section in Patch List section.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-09-25 12:31:59 -05:00
..
drivers
soc
README stm32cube: Add impacted files in README Patch List 2017-09-25 12:31:59 -05:00

The current version supported in Zephyr for STM32F4 Cube is V1.16.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