Commits
User selector
Commit History
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on May 24, 2015
stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode.
Show description for 3c4b5d4committed
Commits on May 13, 2015
stmhal: Add readinto and readlines methods to sys.stdin, pyb.USB_VCP().
Show description for 1511dd4committed
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Feb 13, 2015
stmhal: Make pybstdio usable by other ports, and use it.
Show description for 0b32e50committed
Commits on Jan 7, 2015
stmhal: Collect all root pointers together in 1 place.
Show description for 3b51b3ecommitted
Commits on Jan 1, 2015
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Aug 10, 2014
Commits on Jul 31, 2014
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Show description for 3c4db9fcommitted
Commits on Jul 27, 2014
Commits on Jul 20, 2014
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Show description for 951ed9dcommitted
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 28, 2014
stmhal: Include mpconfig.h before all other includes.
Show description for 8139494committed
Commits on Jun 16, 2014
Updated teensy to build.
Show description for 4f1b7fecommitted
Commits on Jun 15, 2014
stmhal: Fix file print methods to use print instead of printf.
Show description for e79c669committed
Commits on Jun 14, 2014
stmhal: Update and improve LCD driver.
Show description for 34ab8ddcommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 21, 2014
stmhal: Rename USART to UART.
Show description for 7533700committed
Commits on Apr 16, 2014
stmhal: Improve flash storage cache management.
Show description for 6d98353committed
Commits on Apr 13, 2014
stmhal: Add stdin/stdout/stderr objects.
Show description for 86a0304committed
Commits on Mar 29, 2014
stmhal: Factor out stdio and readline to separate files.
Show description for c9fd664committed
Loading