commit | 00155448cf9bee26eef8a9fec23a9e7c9e92c90f | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Wed Nov 09 15:23:39 2016 +0100 |
committer | Kumar Gala <kumar.gala@linaro.org> | Fri Nov 11 19:04:36 2016 +0000 |
tree | 8998015b395a91773fe6c82201e57a0418c47ad8 | |
parent | 7e19c8a6ecbc29bb51dc02aa6c23a9040b50da06 [diff] |
stm32cube: Introduce STM32Cube for STM32F2xx series With this commit we provide header and HAL/LL files for all STM32F2 SoCs. Using STM32Cube provides generic access to all families, maximizes code reuse across different STM32 families and helps taking benefit of a mature SDK Origin: STM32Cube URL: http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef2.html Purpose: Introduction of STM32F2xx STM32Cube definitions and Abstraction Layers Maintained-by: External Original STM32Cube tree structure has been modified to a minimum structure for a better fit into Zephyr. hal is split into 2 parts: -driver: initially Drivers/STM32F2xx_HAL_Driver, contains HAL and LL -soc: initially Drivers/CMSIS/Device/ST/STM32F2xx, contains stm32f2xx socs header files Change-Id: I78a4716d495ce3f3038a442e19a0403f0f00506c Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>