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
path:
root
/
py
Age
Commit message (
Expand
)
Author
2016-07-16
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
Paul Sokolovsky
2016-07-14
py/stream: Implement 2- and 3-arg write() method as an extension to CPython.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-13
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Paul Sokolovsky
2016-07-11
py/nlrx64.S: Prefix mp_thread_get_state with an underscore on Mac.
Damien George
2016-07-11
qemu-arm: Enable gcc LTO option for nlrthumb.c
Daniel Tralamazza
2016-07-06
py/objarray: Split out header to allow direct access to object.
Paul Sokolovsky
2016-07-04
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Paul Sokolovsky
2016-07-02
py/mpconfig.h: Mention MICROPY_PY_BTREE config option.
Paul Sokolovsky
2016-07-02
py/builtinimport: Disable "imported as namespace package" warning.
Paul Sokolovsky
2016-07-01
py/gc: Calculate (and report) maximum contiguous free block size.
Paul Sokolovsky
2016-06-30
py/gc: Be sure to count last allocated block at heap end in stats.
Paul Sokolovsky
2016-06-28
py/mpthread: Include mpstate.h when defining GIL macros.
Damien George
2016-06-28
py/nlrsetjmp: Update to take into account new location of nlr_top.
Damien George
2016-06-28
py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.
Damien George
2016-06-28
py/modthread: Allow to properly set the stack limit of a thread.
Damien George
2016-06-28
py/mpthread.h: Move GIL macros outside MICROPY_PY_THREAD block.
Damien George
2016-06-28
py/modthread: Make Lock objects work when GIL is enabled.
Damien George
2016-06-28
py: Don't use gc or qstr mutex when the GIL is enabled.
Damien George
2016-06-28
py: Implement a simple global interpreter lock.
Damien George
2016-06-28
py: Make interning of qstrs thread safe.
Damien George
2016-06-28
py/gc: Fix GC+thread bug where ptr gets lost because it's not computed.
Damien George
2016-06-28
py/modthread: Call mp_thread_start/mp_thread_finish around threads.
Damien George
2016-06-28
py/modthread: Be more careful with root pointers when creating a thread.
Damien George
2016-06-28
py/gc: Fix 2 cases of concurrent access to ATB and FTB.
Damien George
2016-06-28
py/modthread: Satisfy unused-args warning.
Damien George
2016-06-28
py/gc: Make memory manager and garbage collector thread safe.
Damien George
2016-06-28
py/modthread: Add with-context capabilities to lock object.
Damien George
2016-06-28
py/modthread: Implement lock object, for creating a mutex.
Damien George
2016-06-28
py/modthread: Add exit() function.
Damien George
2016-06-28
py/modthread: Add stack_size() function.
Damien George
2016-06-28
py/modthread: Properly cast concrete exception pointer to an object.
Damien George
2016-06-28
py: Add basic _thread module, with ability to start a new thread.
Damien George
2016-06-28
py: Add MP_STATE_THREAD to hold state specific to a given thread.
Damien George
2016-06-19
py/objtype: Inherit protocol vtable from base class only if it exists.
Paul Sokolovsky
2016-06-19
py/mphal.h: If virtpin API is used, automagically include its header.
Paul Sokolovsky
2016-06-19
py/objtype: instance: Inherit protocol vtable from a base class.
Paul Sokolovsky
2016-06-18
extmod/machine_pinbase: Implementation of PinBase class.
Paul Sokolovsky
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-16
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Paul Sokolovsky
2016-06-16
py/mkrules.mk: Define "lib" outside conditional block.
Paul Sokolovsky
2016-06-16
py/makeqstrdefs.py: Remove restriction that source path can't be absolute.
Paul Sokolovsky
2016-06-15
py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port.
Paul Sokolovsky
2016-06-15
py: Support to build berkeley db 1.85 and "btree" module.
Paul Sokolovsky
2016-06-12
py/objdict: Implemented OrderedDict equality check.
Mark Anthony Palomer
2016-06-06
py/parse: Treat constants that start with underscore as private.
Damien George
2016-05-31
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
2016-05-31
extmod: Add machine time_pulse_us function (at C and Python level).
Damien George
2016-05-28
py/modstruct: Allow to have "0s" in struct format.
Damien George
2016-05-28
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
Paul Sokolovsky
[next]