9f420955d9
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> |
||
---|---|---|
.. | ||
drivers | ||
soc | ||
README |
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"