index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teensy
/
teensy_hal.h
Age
Commit message (
Expand
)
Author
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-29
teensy: Switch from HAL_* to mp_hal_* functions.
Paul Sokolovsky
2015-08-03
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Damien George
2015-02-13
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2014-11-27
stmhal: Reduce coupling between USB driver and readline.
Damien George
2014-09-19
Add Timer support (PWM, OC, IC) for stmhal and teensy
Dave Hylands
2014-08-25
teensy: Fix multiple definition of irq functions.
Damien George
2014-08-25
stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.
Damien George
2014-08-25
Add save/restore_irq
Dave Hylands
2014-08-25
stmhal: Make enable_irq and disable_irq inline functions.
Damien George
2014-08-25
Add save/restore_irq
Dave Hylands
2014-08-07
Add support for selecting pin alternate functions from python.
Dave Hylands
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-15
Updated teensy to build.
Dave Hylands