aboutsummaryrefslogtreecommitdiff
path: root/stmhal/timer.c
AgeCommit message (Expand)Author
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George
2014-05-02stmhal: Add documentation for DAC and Timer classes.Damien George
2014-04-26Simplify names for argcheck.c / arg parsing.Damien George
2014-04-26Add ARRAY_SIZE macro, and use it where possible.Damien George
2014-04-21stmhal, timer: Remove obsolete global variable.Damien George
2014-04-21stmhal: Add Timer class: simple TIM control, incl callback on IRQ.Damien George
2014-04-16stmhal: Improve flash storage cache management.Damien George
2014-04-15stmhal: Add ADC function to read data at a given frequency.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-04-02stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George