aboutsummaryrefslogtreecommitdiff
path: root/teensy/modpyb.c
AgeCommit message (Expand)Author
2015-01-01teensy: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-09-28Added pyb.elapsed_millis and pyb.elapsed_microsDave Hylands
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-08-25Add save/restore_irqDave Hylands
2014-08-02Fix teensy to work with the latest tree.Dave Hylands
2014-07-14Fix teensy to build on latest tree.Dave Hylands
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-15Updated teensy to build.Dave Hylands