summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7m/stm32f1/timer.c
Commit message (Collapse)AuthorAgeLines
* stm32: move stm32 specific code to mach-stm32Vikas Manocha2016-01-20-121/+0
| | | | | | | This patch moves stm32 sources at one place, with this armv7m now contains only generic stuff. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
* Change e-mail address of Kamil LulkoKamil Lulko2015-12-05-1/+1
| | | | Signed-off-by: Kamil Lulko <kamil.lulko@gmail.com>
* ARMv7M: add STM32F1 supportMatt Porter2015-05-28-0/+121
Add ARMv7M STM32F1 support including clocks, timer, gpio, and flash. Signed-off-by: Matt Porter <mporter@konsulko.com>