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-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
2017-03-02
msvc: Add machine/pin-related sources to build
stijn
2017-03-02
qemu-arm: Enable machine module and associated tests.
Damien George
2017-03-02
stmhal/modnwcc3k: Add include for mp_hal_delay_ms.
Damien George
2017-03-02
tests/extmod: Add test for machine.Signal class.
Damien George
2017-03-02
unix/modmachine: Add Signal class to machine module.
Damien George
2017-03-02
stmhal/modpyb: Use utime ticks ms/us functions instead of custom ones.
Damien George
2017-03-02
stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.
Damien George
2017-03-02
stmhal: Use mp_hal_delay_ms instead of HAL_Delay.
Damien George
2017-02-28
docs/library/lcd160cr: Add note about supported JPEG format/encodings.
Peter Hinch
2017-02-28
docs/machine: Fix formatting of Constants section.
Paul Sokolovsky
2017-02-27
drivers/display/lcd160cr: Add check that JPEG size is less than 65536.
Damien George
2017-02-27
py/objarray: Disallow slice-assignment to read-only memoryview.
Damien George
2017-02-27
tools/gen-cpydiff.py: configurable CPython and micropython executables
Krzysztof Blazewicz
2017-02-27
docs/Makefile: define and use PYTHON as the interpreter for CPYDIFF
Krzysztof Blazewicz
2017-02-27
minimal: Add ability and description to build without the compiler.
Damien George
2017-02-27
lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.
Damien George
2017-02-26
docs/uhashlib: Provide port-neutral description.
Paul Sokolovsky
2017-02-24
extmod/modurandom: Use mp_raise_ValueError().
Paul Sokolovsky
2017-02-24
py/runtime: mp_raise_msg(): Accept NULL argument for message.
Paul Sokolovsky
2017-02-24
esp8266/mpconfigport.h: Enable help('modules') feature.
Damien George
2017-02-24
drivers/display/lcd160cr: Fix bug with save_to_flash method.
Damien George
[next]