Commits
User selector
Commit History
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 21, 2017
Commits on Aug 11, 2017
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 24, 2017
Commits on Jul 21, 2017
cc3200: Use the name MicroPython consistently in code.
Show description for 71173cdauthored andcommitted
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jul 11, 2017
cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.
Show description for 4d55d88committed
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed- committed
cc3200: Make non-zero socket timeout work with connect/accept/send.
Show description for 1686346committed
Commits on Jun 15, 2017
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Show description for 4f9858ecommitted
Commits on Jun 14, 2017
cc3200/modusocket: Simplify socket.makefile() function.
Show description for 696fcdecommitted
Commits on Jun 1, 2017
Commits on May 29, 2017
- committed
Commits on May 21, 2017
cc3200/mods/pybpin: Remove toggle() method.
Show description for 19e0652committed
Commits on May 10, 2017
Commits on Apr 18, 2017
cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.
Show description for 9d7c537committedcc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API.
Show description for 8f205c2committed
Commits on Apr 8, 2017
cc3200/pybuart: Make parity specifications consistent with HW API.
Show description for e322b2acommitted
Commits on Apr 5, 2017
Commits on Apr 1, 2017
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Show description for 4c307bfcommitted
Commits on Mar 31, 2017
all: Use full path name when including mp-readline/timeutils/netutils.
Show description for b6c7e4bcommitted
Commits on Mar 29, 2017
Commits on Mar 23, 2017
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Show description for 7558927authored andcommitted
Commits on Mar 22, 2017
Commits on Mar 10, 2017
Commits on Feb 24, 2017
- committed
cc3200/moduos: Remove uos.sep, as it's strictly optional.
Show description for f5ee4d9committed
Commits on Feb 22, 2017
cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.
Show description for 047af9bcommittedcc3200/mods/modusocket: Init vars to 0 to silence compiler warnings.
Show description for d03f089committedcc3200: Enable uerrno module with short, custom list of error codes.
Show description for e859ddfcommitted