aboutsummaryrefslogtreecommitdiff
path: root/teensy/modpyb.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-29teensy: Switch from HAL_* to mp_hal_* functions.Paul Sokolovsky
2015-10-11py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
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