index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
mpstate.h
Commit message (
Expand
)
Author
Age
*
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Damien George
2016-02-25
*
py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality.
Paul Sokolovsky
2016-02-15
*
py: Clean up instantiation of dupterm object.
Paul Sokolovsky
2016-01-01
*
py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.
Damien George
2015-12-17
*
py/gc: Use size_t instead of mp_uint_t to count things related to heap.
Damien George
2015-12-16
*
py/modsys: Implement sys.modules.
Paul Sokolovsky
2015-12-05
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t.
Damien George
2015-11-29
*
py/mpstate: Make mp_pending_exception volatile.
Damien George
2015-11-17
*
extmod/modlwip: slip: Use stream protocol and be port-independent.
Paul Sokolovsky
2015-10-27
*
py: Improve allocation policy of qstr data.
Damien George
2015-07-14
*
modsys: Add basic sys.exc_info() implementation.
Paul Sokolovsky
2015-04-25
*
py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t.
Damien George
2015-02-07
*
stmhal: Put mod_network_nic_list in global root-pointer state.
Damien George
2015-01-22
*
py: Put all global state together in state structures.
Damien George
2015-01-07