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-15
Added map
John R. Lenton
2014-01-14
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-14
added enumerate()
John R. Lenton
2014-01-14
Merge pull request #170 from chipaca/master
Damien George
2014-01-14
stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions.
Damien George
2014-01-14
Merge pull request #163 from Metallicow/README-branch
Damien George
2014-01-14
Merge pull request #175 from iabdalkader/master
Damien George
2014-01-14
Merge pull request #173 from pfalcon/file-readall
Damien George
2014-01-14
Merge pull request #161 from pfalcon/exc-more-pythonic
Damien George
2014-01-14
Merge pull request #142 from chipaca/containment
Damien George
2014-01-14
Tidy up.
Damien George
2014-01-14
Merge pull request #165 from chipaca/builtins
Damien George
2014-01-15
Implement "is" and "is not" operators.
Paul Sokolovsky
2014-01-15
Refactor exception objects to have better impl of Python-side interface.
Paul Sokolovsky
2014-01-14
Add objtuple.h to allow embedding of tuples inside other objects.
Paul Sokolovsky
2014-01-14
Add ADC support for internal TEMP/VBAT/VREF
mux
2014-01-14
Implement initial ADC support
mux
2014-01-14
Add missing ADC driver
mux
2014-01-13
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-13
Merge remote-tracking branch 'upstream/master' into containment
John R. Lenton
2014-01-13
Merge remote-tracking branch 'upstream/master'
John R. Lenton
2014-01-13
Add generic impl of stream .readall() method. Use one for unix io.FileIO.
Paul Sokolovsky
2014-01-13
Add "buffer management" and "shrink" API calls to vstr.
Paul Sokolovsky
2014-01-13
mp_obj_equal(): Compare small and long ints properly.
Paul Sokolovsky
2014-01-13
Move mp_obj_int_t definition to objint.h, to reuse in long int impls.
Paul Sokolovsky
2014-01-13
Made sorted() raise an exception instead of aborting when given no arguments;...
John R. Lenton
2014-01-13
Cleaned up sorted() as per Damien's suggestions.
John R. Lenton
2014-01-13
Consolidate rt_make_function_[0123] to rt_make_function_n.
Damien George
2014-01-13
Merge pull request #168 from dhylands/add-strstr
Damien George
2014-01-13
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-13
Merge pull request #172 from dhylands/init-kw
Damien George
2014-01-13
Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects.
Dave Hylands
2014-01-13
made DEBUG control CFLAGS in Makefiles oter than stm as well.
John R. Lenton
2014-01-14
logo gradients in master SVG, png
Mark Schafer
2014-01-12
Added public domain implementations of strchr and strstr.
Dave Hylands
2014-01-13
sorted
John R. Lenton
2014-01-13
added zip()
John R. Lenton
2014-01-12
Add combined image to GitHub front page README.md
Metallicow
2014-01-13
Fixed the merge so it worked and compiled and stuff
John R. Lenton
2014-01-13
Merge remote-tracking branch 'upstream/master' into containment
John R. Lenton
2014-01-12
Merge pull request #162 from chipaca/str_find
Damien George
2014-01-12
Merge pull request #160 from pfalcon/elaborate-int
Damien George
2014-01-12
Merge pull request #159 from chipaca/set_feats
Damien George
2014-01-12
Merge pull request #157 from dhylands/printf-float
Damien George
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-12
oops, nasty off-by-one in set_copy
John R. Lenton
2014-01-12
Implemented set binary ops.
John R. Lenton
2014-01-12
Implement a basic str.find; fixes #67
John R. Lenton
2014-01-12
Add framework to support alternative implementations of long int Python type.
Paul Sokolovsky
2014-01-12
Parse long Python ints properly.
Paul Sokolovsky
[next]