Commits
User selector
Commit History
Commits on Oct 26, 2015
extmod/modlwip: slip: Use stream protocol and be port-independent.
Show description for e0d7740committed
Commits on Oct 12, 2015
Commits on Oct 6, 2015
Commits on May 4, 2015
- committed
modmachine: Add new module to access hardware, starting with physical memory.
Show description for 0116218committed
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 Mar 20, 2015
py: Implement core of OrderedDict type.
Show description for 0ef01d0authored andcommitted
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommittedpy, unix, stmhal: Allow to compile with -Wshadow.
Show description for 50912e7committed
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 to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 9, 2014
py: Allow builtins to be overridden.
Show description for 78d702ccommitted
Commits on Nov 4, 2014
unix: fast: Set initial module dict size big to have high pystone score.
Show description for 346aacfcommitted
Commits on Sep 8, 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 8, 2014
py: Finish implementation of all del opcodes.
Show description for 1d24ea5committed
Commits on Apr 5, 2014
py: Make globals and locals proper dictionary objects.
Show description for 7efc5b3committedpy: 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
Commits on Mar 24, 2014
Add mp_obj_module_register
Show description for 89d4524committed
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Mar 8, 2014
Implement ROMable modules. Add math module.
Show description for 0c36da0committed
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committedChange mp_obj_type_t.name from const char * to qstr.
Show description for a71c83acommitted
Commits on Feb 12, 2014
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
Show description for d5df6cdcommitted
Commits on Feb 5, 2014
Commits on Jan 22, 2014
py: Initialise loaded_module map in rt_init.
Show description for 0d02874committed- committed
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4committed
Commits on Jan 19, 2014
Implement modules as singletons Python semantics.
Show description for d720ab5committed
Commits on Jan 18, 2014
Make VM stack grow upwards, and so no reversed args arrays.
Show description for 20006dbcommitted