zephyr/ext/hal/st/stm32cube/stm32f4xx
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 ext: stm32cube: update stm32f4xx cube version 2018-01-17 09:55:30 -06:00
soc ext: stm32cube: update stm32f4xx cube version 2018-01-17 09:55:30 -06:00
CMakeLists.txt ext: hal: stm32cube: allow HAL/LL files to be selected via Kconfig 2018-01-23 08:46:16 -06:00
README ext: stm32cube: update stm32f4xx cube version 2018-01-17 09:55:30 -06:00

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