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-04-18
Add Python code conventions to CODECONVENTIONS.
Damien George
2014-04-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
2014-04-17
tests: Move gen_context to import tests, because it relies on import.
Damien George
2014-04-17
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Damien George
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
py: Simplify objfun/objgenerator connection, no need to call bc_get.
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Fix pfenv_print_strn to return correct number of chars printed.
Damien George
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix: Make mem_info() dump GC info too.
Paul Sokolovsky
2014-04-17
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modtime: Adhere to MICROPY_ENABLE_FLOAT better.
Paul Sokolovsky
2014-04-17
objgenerator: Generator must execute in its defining lexical context.
Paul Sokolovsky
2014-04-17
objfun: Add local header.
Paul Sokolovsky
2014-04-17
py: Make built-in 'range' a class.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-17
Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur...
Damien George
2014-04-17
Merge pull request #507 from pfalcon/nlr-setjmp
Damien George
2014-04-17
Merge pull request #505 from lurch/patch-5
Damien George
2014-04-17
Merge pull request #504 from lurch/patch-4
Damien George
2014-04-17
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.
Damien George
2014-04-17
py: Enable builtin 'property' by default.
Damien George
2014-04-17
py: Tidy up variables in VM, probably fixes subtle bugs.
Damien George
2014-04-17
py: Don't assert but go to unsupported_op in mp_binary_op for small int.
Damien George
2014-04-17
tests: Split out those tests requiring float and import.
Damien George
2014-04-17
modffi: Support float types.
Paul Sokolovsky
2014-04-17
Updated the envvar used by ./run-tests
Andrew Scheller
2014-04-17
Changed the envvar name to MICROPY_MICROPYTHON
Andrew Scheller
2014-04-17
stmhal: Change VID to 0xf055=FOSS, and PID to a random number.
Damien George
2014-04-17
Merge pull request #501 from dhylands/fix-gen-fail
Damien George
2014-04-17
Merge pull request #500 from dhylands/fix-sdcard-removed
Damien George
2014-04-17
tests: Remove print('flush') from 2 tests, since stmhal now works.
Damien George
2014-04-17
stmhal: Add more math functions.
Damien George
2014-04-17
stmhal: Fix 64-byte USB packet bug properly.
Damien George
2014-04-16
stmhal: Replace magic number 3 with CDC_IN_EP define.
Damien George
2014-04-16
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-16
stmhal: Improve flash storage cache management.
Damien George
2014-04-17
nlr: Add implementation using setjmp/longjmp.
Paul Sokolovsky
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-16
Stupid typo
Andrew Scheller
2014-04-16
Add 'test' target to unix/Makefile
Andrew Scheller
2014-04-16
Merge pull request #503 from lurch/patch-1
Paul Sokolovsky
2014-04-16
Allow the uPy used by run-tests to be overridden
Andrew Scheller
2014-04-16
fix README to match contents of run-tests
Andrew Scheller
2014-04-16
Have make remove targets if a recipie fails.
Dave Hylands
2014-04-16
Fix to allow usbd_msc_storage.c to compile when MICROPY_HW_HAS_SDCARD isn't d...
Dave Hylands
[next]