summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/modpyb.c
Commit message (Expand)AuthorAge
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* lib/pyexec: Move header pyexec.h from stmhal directory.Damien George2015-11-09
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* teensy: Switch from HAL_* to mp_hal_* functions.Paul Sokolovsky2015-10-29
* py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky2015-10-11
* stmhal: Make pybstdio usable by other ports, and use it.Damien George2015-02-13
* teensy: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* Added pyb.elapsed_millis and pyb.elapsed_microsDave Hylands2014-09-28
* Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands2014-09-19
* Add save/restore_irqDave Hylands2014-08-25
* Fix teensy to work with the latest tree.Dave Hylands2014-08-02
* Fix teensy to build on latest tree.Dave Hylands2014-07-14
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* Updated teensy to build.Dave Hylands2014-06-15