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
Age
Commit message (
Expand
)
Author
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-12
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
Damien George
2014-02-10
Bah - Removed a couple of warnings for teensy that I didn't notice before.
Dave Hylands
2014-02-10
stm: Remove unused, useless and not-to-be-used strndup.
Damien George
2014-02-10
Merge pull request #271 from dhylands/teensy-2014-02-10
Damien George
2014-02-10
Updated teensy to work with latest on master
Dave Hylands
2014-02-10
Get rid of calloc().
Paul Sokolovsky
2014-01-24
Rework makefiles. Add proper dependency checking.
Dave Hylands
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-13
made DEBUG control CFLAGS in Makefiles oter than stm as well.
John R. Lenton
2014-01-11
Added memzip filesystem support for teensy
Dave Hylands
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-08
Update teemsy/Makefile to use py.mk
Dave Hylands
2014-01-08
Move lexerstr to main py directory (everyone uses it).
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