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-19
stmhal: Add pyb.unique_id, to get unique id of MCU.
Damien George
2014-04-19
stmhal: Rename pyb.Led to pyb.LED to conform to naming rules.
Damien George
2014-04-19
stmhal: Remove pyb.input (use sys.stdio.read(1) instead).
Damien George
2014-04-19
stmhal: Add lots of constants to stm module.
Damien George
2014-04-18
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-18
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Damien George
2014-04-18
py: Add mp_binary_set_val_array_from_int, to store an int directly.
Damien George
2014-04-18
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
Damien George
2014-04-18
stmhal: Update help and comments re gpio changing to Pin.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-18
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-18
py: Add typecode to buffer protocol.
Damien George
2014-04-18
py: Tidy up function argument error messages.
Damien George
2014-04-18
py: Tidy up array.array; add more error handling.
Damien George
2014-04-18
sequence: Further simplify sequence comparison.
Paul Sokolovsky
2014-04-18
sequence: Fix glaring bug in sequence comparison.
Paul Sokolovsky
2014-04-18
objfloat: Try to achieve the same float printing format as CPython does.
Paul Sokolovsky
2014-04-18
inlinethumb: Add wfi, cpsid and cpsie instructions.
Damien George
2014-04-18
stmhal: Remove non-ascii character from include file.
Damien George
2014-04-18
Add Python code conventions to CODECONVENTIONS.
Damien George
2014-04-18
py: from import * should not import symbols starting with underscore.
Paul Sokolovsky
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
[next]