Commits
User selector
Commit History
Commits on Jun 28, 2016
Commits on Jan 24, 2016
py/modmicropython: Add stack_use, heap_lock and heap_unlock functions.
Show description for df4ce93committed
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Dec 17, 2015
Commits on Nov 29, 2015
Commits on Apr 16, 2015
Commits on Feb 15, 2015
Commits on Feb 10, 2015
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 12, 2015
Commits on Jan 9, 2015
- committed
py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.
Show description for 89deec0committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 1, 2014
modmicropython: Move mem_info() and qstr_info() functions from unix port.
Show description for 6e8ff9ccommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 25, 2014
Add support for storing args during an exception raised by an irq.
Show description for 5b7fd20committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 19, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
Commits on Apr 5, 2014
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Show description for 8b0535ecommitted
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommitted
Commits on Mar 25, 2014
Proper support for registering builtin modules in ROM.
Show description for caac542committed
Loading