commit | 9eff2a32c260544e3cc45b59f0d0b48c0949b1e5 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Fri Nov 04 11:42:04 2016 +0100 |
committer | Kumar Gala <kumar.gala@linaro.org> | Fri Nov 11 19:04:34 2016 +0000 |
tree | 9ecfe60f3c05766b9a410695efd7f12d54bc7d77 | |
parent | 4812b2d40e6e37f0d46e740852296fe811343971 [diff] |
stm32cube: Introduce STM32Cube for STM32F7xx series With this commit we provide header and HAL/LL files for all STM32F7 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/stm32cubef7.html Purpose: Introduction of STM32F7xx 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/STM32F7xx_HAL_Driver, contains HAL and LL -soc: initially Drivers/CMSIS/Device/ST/STM32F7xx, contains stm32f7xx socs header files Change-Id: I7e5b2cdc5b7fe6d9d107ceb74674b910f4a6c0ab Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>