Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Dec 12, 2019
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
Show description for 767d47dauthored andcommitted
Commits on Oct 14, 2019
Commits on Jul 12, 2018
Commits on Dec 29, 2017
py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows
Show description for b184b6aauthored andcommitted
Commits on Dec 28, 2017
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Show description for b25f921committedpy/nlr: Clean up selection and config of NLR implementation.
Show description for 5bf8e85committed
Commits on Dec 26, 2017
Revert "py/nlr: Factor out common NLR code to generic functions."
Show description for 096e967committed
Commits on Dec 20, 2017
py/nlr: Factor out common NLR code to generic functions.
Show description for 6a3a742committed
Commits on Dec 11, 2017
py: Introduce a Python stack for scoped allocation.
Show description for 02d830ccommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Apr 30, 2017
py: Cleanup use of global DEBUG preprocessor definition
Show description for 2f0ce2aauthored andcommitted
Commits on Mar 6, 2017
Commits on Jun 28, 2016
py/nlrsetjmp: Update to take into account new location of nlr_top.
Show description for 94238d4committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Mar 3, 2015
- authored andcommitted
Commits on Feb 15, 2015
nlr: Add even more optional debugging logging.
Show description for 3077fbfcommittednlr: If DEBUG, guard against recursive nlr_push().
Show description for e89cc13committed
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
py: Move global variable nlr_top to one place, in a .c file.
Show description for 8a23477committedpy: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Nov 27, 2014
Commits on Nov 5, 2014
Commits on Jun 21, 2014
py: Support arm and thumb ARM ISAs, in addition to thumb2.
Show description for a96cc82committed
Commits on Jun 19, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted
Commits on Apr 30, 2014
- committed
nlr.h: As we treat all warnings as errors, can't use #warning.
Show description for 851c856committed
Commits on Apr 16, 2014
nlr: Add implementation using setjmp/longjmp.
Show description for 3a83b80committed
Commits on Apr 8, 2014
Add a check for NULL nlr_top in nlr_jump.
Show description for 26cf55acommitted
Commits on Apr 5, 2014
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed