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
Age
Commit message (
Expand
)
Author
2014-01-09
Add USART Micro Python Bindings
mux
2014-01-08
Add string comparison tests.
Paul Sokolovsky
2014-01-08
Merge pull request #120 from dhylands/make-build-quieter
Damien George
2014-01-08
py: Proper framework for built-in 'type'.
Damien George
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-08
py: add variable argument exception constructor function.
Damien George
2014-01-08
Merge pull request #114 from pfalcon/streams-bootstrap
Damien George
2014-01-08
Merge pull request #119 from dhylands/teensy-use-py.mk
Damien George
2014-01-08
Merge pull request #118 from dhylands/stm-use-OBJCOPY-SIZE-macros
Damien George
2014-01-08
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-08
Update teemsy/Makefile to use py.mk
Dave Hylands
2014-01-08
Update stm/Makeile to use OBJCOPY and SIZE macros
Dave Hylands
2014-01-08
unix: Add basic implementation of io.FileIO object.
Paul Sokolovsky
2014-01-08
Add generic implementations of Python read()/write methods for streams.
Paul Sokolovsky
2014-01-08
Add support for stream and buffer protocols.
Paul Sokolovsky
2014-01-08
Merge pull request #112 from iabdalkader/master
Damien George
2014-01-08
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-08
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-08
Merge pull request #111 from dhylands/teensy
Damien George
2014-01-08
py: Improve __build_class__.
Damien George
2014-01-08
Use LSI OSC for RTC clock when LSE is not detected
mux
2014-01-08
Updated teensy to use common code from stm directory.
Dave Hylands
2014-01-07
Merge pull request #108 from chipaca/dict_feats
Damien George
2014-01-07
py: Small big fix to type declarations.
Damien George
2014-01-07
Moved dict methods out to a mp_method_t.
John R. Lenton
2014-01-07
Merge remote-tracking branch 'upstream/master' into dict_feats
John R. Lenton
2014-01-07
Merge remote-tracking branch 'upstream/master' into dict_feats
John R. Lenton
2014-01-07
forgot to add test for dict.update
John R. Lenton
2014-01-07
added a first pass of dict.update
John R. Lenton
2014-01-07
stm: Re-fix LED defines.
Damien George
2014-01-07
py: Fix up number operations and coercion.
Damien George
2014-01-07
Added dict.setdefault
John R. Lenton
2014-01-07
Added dict.popitem
John R. Lenton
2014-01-07
implemented dict.pop
John R. Lenton
2014-01-07
Added dict.get.
John R. Lenton
2014-01-07
Added dict.copy
John R. Lenton
2014-01-07
make dict_len use the map's used count
John R. Lenton
2014-01-07
Added dict.clear.
John R. Lenton
2014-01-07
Added dict iterator.
John R. Lenton
2014-01-07
Typo fix in comment.
Paul Sokolovsky
2014-01-07
Use constructor to create small int (avoid exposing mp_obj_t internals to VM).
Paul Sokolovsky
2014-01-07
Initial support for Teensy 3.1
Dave Hylands
2014-01-07
Fix LED pin enum
mux
2014-01-07
Merge pull request #105 from chipaca/listsort
Damien George
2014-01-07
Add OSError, Python 3.3 generic I/O exception.
Paul Sokolovsky
2014-01-07
A bit of stylistic cleanup (chose the wrong side during conflict resolution).
John R. Lenton
2014-01-07
Merge remote-tracking branch 'upstream/master' into listsort. Lots of conflic...
John R. Lenton
2014-01-07
This implements a better (more python-conformant) list.sort.
John R. Lenton
2014-01-07
Add some example scripts for pyboard (some can run on PC).
Damien George
2014-01-07
py: Fix allocation of unique code blocks.
Damien George
[next]