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-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
2017-02-23
cc3200/moduos: Remove uos.sep, as it's strictly optional.
Paul Sokolovsky
2017-02-24
py/parse: Simplify handling of errors by raising them directly.
Damien George
2017-02-24
py: Create str/bytes objects in the parser, not the compiler.
Damien George
2017-02-24
tests/micropython: Add test for consts that are bignums.
Damien George
2017-02-24
py/parse: Allow parser/compiler consts to be bignums.
Damien George
2017-02-22
tools/gen-cpydiff.py: Set the Python import path to find test modules.
Damien George
2017-02-22
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
Damien George
2017-02-22
cc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.
Damien George
2017-02-22
cc3200: Enable uerrno module with short, custom list of error codes.
Damien George
2017-02-22
py/moduerrno: Make list of errno codes configurable.
Damien George
2017-02-22
py/moduerrno: Make uerrno.errorcode dict configurable.
Damien George
2017-02-22
cc3200: When raising OSError's use MP_Exxx as arg instead of a string.
Damien George
[prev]
[next]