aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f2/timer.c
AgeCommit message (Collapse)Author
2013-03-09This mainly moves the STM32 timers' code to the common area.Ken Sarkies
F2 and F4 have a common section to deal with the options register (TIM2 and TIM5 only) L1 has been made common with timer_common_all as its options register has very different settings to F2/F4. Code is in the L1/timer.c L1/timer.h files Note that F3 and F05 timers should fit into this scheme, with F3 having additional features. Bundled with this is L1/pwr.h to change a documentation setting Also all the Doxyfiles have added "ENABLE_PREPROCESSING = NO" to fix a problem introduced by commit 118.
2012-10-31F2 timers are the same as F4 timers, so make the same changes to themThomas Daede
2012-04-07Corrected parameters of timer_set_mode() to u32.Gareth McMullin
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2011-11-17lib/stm32/f2: Coding-style fixes.Uwe Hermann
2011-11-02Add timer support for STM32F2 & STM32F4Stephen Caudle