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-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-06
Merge pull request #97 from dhylands/teensy-3.1
Damien George
2014-01-06
stm: Re-fix LED defines.
Damien George
2014-01-06
Merge branch 'master' of https://github.com/iabdalkader/micropython
Damien George
2014-01-06
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-06
py: Fix up number operations and coercion.
Damien George
2014-01-06
Typo fix in comment.
Paul Sokolovsky
2014-01-06
Use constructor to create small int (avoid exposing mp_obj_t internals to VM).
Paul Sokolovsky
2014-01-06
Initial support for Teensy 3.1
Dave Hylands
2014-01-06
Fix LED pin enum
mux
2014-01-05
Merge pull request #94 from chipaca/list_reverse
Damien George
2014-01-06
Merge remote-tracking branch 'upstream/master' into list_reverse
John R. Lenton
2014-01-05
Merge branch 'list_remove' of git://github.com/chipaca/micropython into chipa...
Damien George
2014-01-05
Merge pull request #92 from chipaca/list_insert
Damien George
2014-01-05
Merge pull request #91 from chipaca/list_index
Damien George
2014-01-05
Merge pull request #89 from pfalcon/c99-tagged-structs
Damien George
2014-01-05
stm: pull-up usr switch on pyboard (fixes regression).
Damien George
2014-01-05
Merge pull request #86 from iabdalkader/master
Damien George
2014-01-05
Merge pull request #88 from dhylands/mp-qstr-init
Damien George
2014-01-05
Merge remote-tracking branch 'upstream/master' into list_reverse
John R. Lenton
2014-01-05
Merge remote-tracking branch 'upstream/master' into list_remove
John R. Lenton
2014-01-05
Merge remote-tracking branch 'upstream/master' into list_insert
John R. Lenton
2014-01-05
Fix off-by-one in non-default values of index's 2nd and 3rd arguments.
John R. Lenton
2014-01-05
Convert many object types structs to use C99 tagged initializer syntax.
Paul Sokolovsky
2014-01-05
Make qstr_init reinitialize last_pool.
Dave Hylands
2014-01-05
Add gitignore file
mux
2014-01-05
Add Initial Support for STM32F4DISCOVERY Board
mux
2014-01-05
stm: allow more flash for the binary.
Damien George
2014-01-05
stm: rename sw_xx to switch_xx; change Python bindings to new version.
Damien George
2014-01-05
Merge pull request #82 from iabdalkader/master
Damien George
2014-01-05
Merge pull request #80 from xyb/striter
Damien George
2014-01-05
Fix qstr in objlist.c; add more tests for list.index.
Damien George
2014-01-05
Merge pull request #78 from chipaca/list_index
Damien George
2014-01-05
Move user switch code into a separate module
mux
2014-01-05
Add fatfs readme/license.
Damien George
2014-01-05
Add test for basic builtin types.
Damien George
2014-01-05
Implements str iterator
xyb
2014-01-05
Merge remote-tracking branch 'upstream/master' into list_index
John R. Lenton
2014-01-05
Oops: add objint.c
Damien George
2014-01-04
Add FONT-LICENSE for Exo font used in Micro Python name-logo.
Damien George
2014-01-04
Merge pull request #71 from redteam316/dxf
Damien George
2014-01-04
Merge pull request #72 from redteam316/svg
Damien George
2014-01-04
Merge pull request #73 from mikaeleiman/apple-clang-fixes
Damien George
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific de...
Mikael Eiman
2014-01-04
OSX: fixes to make nlrx64.S with Apple's clang (forgot a few places)
Mikael Eiman
2014-01-04
OSX: fixes to make nlrx64.S with Apple's clang
Mikael Eiman
2014-01-04
Add ellipsis object.
Damien George
2014-01-04
Merge pull request #70 from chipaca/list_count
Damien George
2014-01-04
Convert USE_READLINE config option to be consistent with others.
Paul Sokolovsky
[next]