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
2017-03-11
tests/misc/: Make few tests skippable.
Paul Sokolovsky
2017-03-10
extmod/vfs_fat: Remove obsolete and unused str/len members.
Damien George
2017-03-10
cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs.
Damien George
2017-03-10
stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs.
Damien George
2017-03-10
tests/extmod: Rename websocket test to websocket_basic.
Damien George
2017-03-10
stmhal/mphalport: Get ticks_cpu() working on F7 MCUs.
Damien George
2017-03-10
tests/basics/fun_error: Split out skippable test.
Paul Sokolovsky
2017-03-10
tests/feature_check/int_big: Rework "big int" detection.
Paul Sokolovsky
2017-03-10
py/objint_longlong: Implement mp_obj_int_from_bytes_impl().
Paul Sokolovsky
2017-03-09
tests/micropython/opt_level: Clarify the expected output for opt_level == 3.
Paul Sokolovsky
2017-03-09
tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor.
Paul Sokolovsky
2017-03-09
tests/micropython: Make uio-using tests skippable.
Paul Sokolovsky
2017-03-09
zephyr/modzephyr: Fix typo in identifier.
Paul Sokolovsky
2017-03-09
tests/dict_fromkeys: Split out skippable part.
Paul Sokolovsky
2017-03-09
tests/extmod: Add websocket tests.
Alex March
2017-03-09
tests/extmod: Add very basic feature test for ussl module.
Damien George
2017-03-09
tests/float: Make various tests skippable.
Paul Sokolovsky
2017-03-09
tests/basic: Make various tests skippable.
Paul Sokolovsky
2017-03-08
py/nlrx64: Fixes to support Mac OS.
Damien George
2017-03-08
zephyr/modzephyr: Add a module for Zephyr-specific things.
Paul Sokolovsky
2017-03-08
README: Explicitly mention "await" support, and formatting for keywords.
Paul Sokolovsky
2017-03-07
py/nlrx86: Add workaround for Zephyr.
Paul Sokolovsky
2017-03-07
extmod/modutimeq: Make scheduling fair (round-robin).
Paul Sokolovsky
2017-03-07
tests/uctypes_array_assign_native_le: Split off intbig part.
Paul Sokolovsky
2017-03-07
docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.
James Ouyang
2017-03-07
docs/library/lcd160cr: Add link to framebuf page.
Rami Ali
2017-03-07
docs/library: Add framebuf documentation.
Rami Ali
2017-03-07
tests/micropython/: Split off intbig tests.
Paul Sokolovsky
2017-03-07
tests/basics/unpack1.py: Test if *a, = b copies b when b is a list.
Krzysztof Blazewicz
2017-03-07
tests/basics/string_join.py: Add test case where argument is not iterable.
Krzysztof Blazewicz
2017-03-07
py: Use mp_obj_get_array where sequence may be a tuple or a list.
Krzysztof Blazewicz
2017-03-07
py/runtime.c: Remove optimization of '*a,=b', it caused a bug.
Krzysztof Blazewicz
2017-03-07
tests/string_format_modulo2: Split off intbig test.
Paul Sokolovsky
2017-03-06
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
Paul Sokolovsky
2017-03-06
tests/float2int*: Suffix with _intbig, don't run on any other int type.
Paul Sokolovsky
2017-03-06
float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.
Paul Sokolovsky
2017-03-06
tests/float/complex1: Split out intbig test.
Paul Sokolovsky
2017-03-06
py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE.
Paul Sokolovsky
2017-03-06
py/py.mk: Force nlr files to be compiled with -Os.
Damien George
2017-03-06
py/nlrx86: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py/nlrx64: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py/nlrxtensa: Convert from assembler to C file with inline asm.
Damien George
2017-03-06
py/nlr.h: Mark nlr_jump_fail as NORETURN.
Damien George
2017-03-06
py: Move locals/globals dicts to the thread-specific state.
Damien George
2017-03-05
unix/moduselect: Properly implement ipoll object iteration.
Paul Sokolovsky
2017-03-04
tests/basic: Split tests into working with small ints and not working.
Paul Sokolovsky
2017-03-03
tests/run-tests: Check for big int availability and skip related tests.
Paul Sokolovsky
2017-03-03
unix: Remove remaining, obsolete traces of GNU readline support.
Damien George
2017-03-03
tests/basics: Add further tests for OrderedDict.
Damien George
2017-03-03
py/map: Fix bugs with deletion of elements from OrderedDict.
Damien George
[next]