Commits
User selector
Commit History
Commits on Jan 29, 2016
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
Show description for d3b1f0bcommitted
Commits on Dec 26, 2015
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Show description for 84b245fcommitted
Commits on Nov 9, 2015
Commits on Nov 4, 2015
teensy: Switch over to using frozen modules instead of memzip
Show description for 53ea2b5authored andcommitted
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Feb 13, 2015
stmhal: Make pybstdio usable by other ports, and use it.
Show description for 0b32e50committed
Commits on Jan 29, 2015
Commits on Jan 28, 2015
py: Change vstr so that it doesn't null terminate buffer by default.
Show description for 0d3cb67committed
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
Commits on Sep 28, 2014
Commits on Sep 15, 2014
py: Move definition of mp_sys_exit to core.
Show description for b92cbe6committed
Commits on Aug 8, 2014
Add support for selecting pin alternate functions from python.
Show description for 6f418fccommitted
Commits on Aug 4, 2014
- committed
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Show description for 8dbbbbccommitted
Commits on Aug 3, 2014
Commits on Jul 15, 2014
- committed
Fix teensy to build on latest tree.
Show description for 4d9dd26committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jul 2, 2014
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new
Show description for 7a37f64committed
Commits on Jun 16, 2014
Updated teensy to build.
Show description for 4f1b7fecommitted
Commits on Apr 8, 2014
Improve REPL detecting when input needs to continue.
Show description for 9779045committed
Commits on Apr 7, 2014
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Show description for 6827f9fcommitted
Commits on Apr 6, 2014
py: Add option to compiler to specify default code emitter.
Show description for 65cad12committed
Commits on Apr 5, 2014
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Mar 30, 2014
Rename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committed
Commits on Feb 12, 2014
Commits on Feb 10, 2014
Updated teensy to work with latest on master
Show description for 6f9c036committed
Commits on Jan 18, 2014
Add source file name and line number to error messages.
Show description for 0833500committed
Commits on Jan 12, 2014
Added memzip filesystem support for teensy
Show description for d80ee8bcommitted
Commits on Jan 8, 2014
Update teemsy/Makefile to use py.mk
Show description for ee0013dcommitted- committed
Updated teensy to use common code from stm directory.
Show description for 9b7b947committed
Commits on Jan 6, 2014
Loading