Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | ARM: stm32: use clock setup function defined in clock.c | Michael Kurz | |
Use the clock setup function defined in clock.c instead of setting the clock bits directly in the drivers. Remove register definitions of RCC in rcc.h as these are already defined in the struct in stm32.h Signed-off-by: Michael Kurz <michi.kurz@gmail.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com> | |||
2016-02-24 | stm32: add support for stm32f7 & stm32f746 discovery board | Vikas Manocha | |
This patch adds support for stm32f7 family & stm32f746 board. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> |