Commits
User selector
Commit History
Commits on Aug 15, 2017
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Show description for ace9fb5authored andcommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jun 9, 2017
py: Provide mp_decode_uint_skip() to help reduce stack usage.
Show description for a8a5d1ecommitted
Commits on Mar 29, 2017
- committed
py: Convert mp_uint_t to size_t for tuple/list accessors.
Show description for 6213ad7committed
Commits on Mar 17, 2017
py: Reduce size of mp_code_state_t structure.
Show description for 71a3d6ecommitted
Commits on Mar 7, 2017
- authored andcommitted
Commits on Feb 16, 2017
Commits on Dec 9, 2016
py: Allow inline-assembler emitter to be generic.
Show description for ad297a1committed
Commits on Oct 21, 2016
py: Specialise builtin funcs to use separate type for fixed arg count.
Show description for 571e6f2committed
Commits on Sep 27, 2016
py/objfun: Use if instead of switch to check return value of VM execute.
Show description for 0c595facommittedpy/objfun: Remove unnecessary check for viper fun with 5 or more args.
Show description for c71edaecommitted
Commits on Aug 27, 2016
py: Rename struct mp_code_state to mp_code_state_t.
Show description for 581a59acommitted
Commits on Mar 16, 2016
Commits on Feb 2, 2016
py: Extend native type-sig to use 4 bits, so uint is separate to ptr.
Show description for 5f3e005committed
Commits on Jan 27, 2016
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Show description for 8f54c08committed
Commits on Jan 11, 2016
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Jan 3, 2016
Commits on Dec 17, 2015
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Show description for c8e9c0dcommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
- committed
Commits on Jul 23, 2015
py: Allow viper functions to take up to 4 arguments.
Show description for e45c1dbcommitted
Commits on Jun 8, 2015
py: Fallback to stack alloca for Python-stack if heap alloc fails.
Show description for 6e56bb6committed
Commits on May 12, 2015
py: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on Apr 24, 2015
Commits on Apr 16, 2015
- committed
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 11, 2015
py: Combine load_attr and store_attr type methods into one (attr).
Show description for b1bbe96committed
Commits on Apr 9, 2015
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed