summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/timer.c
Commit message (Expand)AuthorAge
* all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky2017-01-04
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* teensy: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* stmhal: Fix edge case for timer PWM of 100%.Damien George2014-09-29
* Fix timer overflow code.Dave Hylands2014-09-27
* stmhal, timer: Factor code to compute PWM percent; improve 32bit case.Damien George2014-09-25
* Add pulse_width_percent to teensy.Dave Hylands2014-09-23
* Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands2014-09-19