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-21
stm: Put HSE_VALUE and other defines in mpconfigport.h.
Damien George
2014-01-21
stm: Put TARGET in mpconfigport.h; support PYBv4.
Damien George
2014-01-21
Merge pull request #202 from iabdalkader/master
Damien George
2014-01-21
Add bytearray basic tests.
Paul Sokolovsky
2014-01-21
array: Implement iterator.
Paul Sokolovsky
2014-01-21
Add len() support for arrays.
Paul Sokolovsky
2014-01-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
Add OSC_VALUE to Makefile
mux
2014-01-21
Remove hardcoded PLL_M value
mux
2014-01-21
run-tests: Allow to run tests selectively via command line.
Paul Sokolovsky
2014-01-21
Implement str.split(None).
Paul Sokolovsky
2014-01-21
str: Implement proper string (instead of byte string) indexing.
Paul Sokolovsky
2014-01-21
Implement string multiplication.
Paul Sokolovsky
2014-01-21
sequence.c: Start to refactor sequence operations for reuse among types.
Paul Sokolovsky
2014-01-20
unix file: Refactor and add sys.stdout/stdin/stderr.
Paul Sokolovsky
2014-01-20
objstr: More support for MP_OBJ_QSTR.
Paul Sokolovsky
2014-01-20
mp_obj_get_type_str(): Handle MP_OBJ_QSTR.
Paul Sokolovsky
2014-01-20
socket-client, socket-server examples now run on both Micro- and C-Python.
Paul Sokolovsky
2014-01-20
Add dummy bytes() constructor.
Paul Sokolovsky
2014-01-20
Don't preimport socket module.
Paul Sokolovsky
2014-01-20
unix socket: Add send() and recv() methods.
Paul Sokolovsky
2014-01-20
stream_read(): Shrink memory block to actual read size.
Paul Sokolovsky
2014-01-20
unix io.FileIO: Add iteration support.
Paul Sokolovsky
2014-01-20
stream: Add generic unbuffered iternext method.
Paul Sokolovsky
2014-01-20
mp_identity(): Add generic identity function.
Paul Sokolovsky
2014-01-20
mp_obj_get_qstr(): Handle MP_OBJ_QSTR.
Paul Sokolovsky
2014-01-20
py: Put micropython module init code in builtinmp.c.
Damien George
2014-01-20
Merge pull request #198 from pfalcon/expose-memstat
Damien George
2014-01-20
Expose memory stats functions via "micropython" module.
Paul Sokolovsky
2014-01-20
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-20
Rename unix binary to 'micropython'.
Damien George
2014-01-20
Don't implicitly import "sys" module.
Paul Sokolovsky
2014-01-20
unix: Implement sys.argv.
Paul Sokolovsky
2014-01-20
Pre-create sys module.
Paul Sokolovsky
2014-01-20
Properly print MP_OBJ_QSTR objects.
Paul Sokolovsky
2014-01-19
Merge pull request #197 from pfalcon/mod-singletons
Damien George
2014-01-20
Implement modules as singletons Python semantics.
Paul Sokolovsky
2014-01-19
Small changes to README.
Damien George
2014-01-19
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-19
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
Damien George
2014-01-19
Add README for tests/.
Paul Sokolovsky
2014-01-19
Add directory for I/O tests with basic test for file methods.
Paul Sokolovsky
2014-01-19
stm: Upgrade to latest CMSIS libraries.
Damien George
2014-01-19
Move tests in basic/tests/ up one level preparating to multiple test dirs.
Paul Sokolovsky
2014-01-19
Change int to uint for n_args in function with variable arguments.
Damien George
2014-01-19
py: Add full traceback to exception printing.
Damien George
2014-01-19
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-19
Fix incorrect prototype of mp_builtin_open() after args refactor.
Paul Sokolovsky
[next]