Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
Commits on Apr 4, 2018
py: Don't include mp_optimise_value or opt_level() if compiler disabled.
Show description for 3f420c0committed
Commits on Feb 20, 2018
py/modmicropython: Allow to have stack_use() func without mem_info().
Show description for 7e2a488committed
Commits on Dec 11, 2017
py: Introduce a Python stack for scoped allocation.
Show description for 02d830ccommitted
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 18, 2017
py/modmicropython: Cast stack_limit value so it prints correctly.
Show description for cadbd7fcommitted
Commits on Apr 18, 2017
py/modmicropython: Add micropython.kbd_intr() function.
Show description for bbb4b98committed
Commits on Mar 20, 2017
Commits on Oct 10, 2016
py/modmicropython: Add micropython.opt_level([value]) function.
Show description for 7dc2345committed
Commits on Sep 27, 2016
py/modmicropython: Add micropython.const, alias for identity function.
Show description for 791b65fcommitted
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
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