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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-01-09
py: Disable stack checking by default; enable on most ports.
Damien George
2015-01-07
stmhal: Collect all root pointers together in 1 place.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-09-27
Fix timer overflow code.
Dave Hylands
2014-09-19
Add Timer support (PWM, OC, IC) for stmhal and teensy
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-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-07-14
Fix teensy to build on latest tree.
Dave Hylands
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
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
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-01-08
Updated teensy to use common code from stm directory.
Dave Hylands
2014-01-06
Initial support for Teensy 3.1
Dave Hylands