Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
32a1138b9f66b76808906064a76c5f9533cc825c
/
py
/
mpstate.h
7f1da0a
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
by Damien George
· 9 years ago
93e353e
py/gc: Implement GC running by allocation threshold.
by Paul Sokolovsky
· 9 years ago
426112c
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
by Paul Sokolovsky
· 9 years ago
4cec63a
py: Implement a simple global interpreter lock.
by Damien George
· 9 years ago
1f54ad2
py: Make interning of qstrs thread safe.
by Damien George
· 9 years ago
c93d9ca
py/gc: Make memory manager and garbage collector thread safe.
by Damien George
· 9 years ago
27cc077
py: Add basic _thread module, with ability to start a new thread.
by Damien George
· 9 years ago
330165a
py: Add MP_STATE_THREAD to hold state specific to a given thread.
by Damien George
· 9 years ago
ea23520
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
by Damien George
· 9 years ago
72085a6
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
by Paul Sokolovsky
· 9 years ago
00ee84e
py: Clean up instantiation of dupterm object.
by Paul Sokolovsky
· 10 years ago
2578485
py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.
by Damien George
· 10 years ago
d977d26
py/gc: Use size_t instead of mp_uint_t to count things related to heap.
by Damien George
· 10 years ago
1a1d11f
py/modsys: Implement sys.modules.
by Paul Sokolovsky
· 10 years ago
999cedb
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
by Damien George
· 10 years ago
94fe6e5
py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t.
by Damien George
· 10 years ago
994ff73
py/mpstate: Make mp_pending_exception volatile.
by Damien George
· 10 years ago
e0d7740
extmod/modlwip: slip: Use stream protocol and be port-independent.
by Paul Sokolovsky
· 10 years ago
ade9a05
py: Improve allocation policy of qstr data.
by Damien George
· 10 years ago
8b85d14
modsys: Add basic sys.exc_info() implementation.
by Paul Sokolovsky
· 10 years ago
e1e359f
py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t.
by Damien George
· 10 years ago
8b77e3d
stmhal: Put mod_network_nic_list in global root-pointer state.
by Damien George
· 11 years ago
b4b10fd
py: Put all global state together in state structures.
by Damien George
· 11 years ago