aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_hal.c
AgeCommit message (Expand)Author
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-08-03stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George
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-27stmhal: Reduce coupling between USB driver and readline.Damien George
2014-09-28Added pyb.elapsed_millis and pyb.elapsed_microsDave Hylands
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-15Updated teensy to build.Dave Hylands