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 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
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 12, 2017
unix/Makefile: Disable assertions in the standard unix executable.
Show description for 1e6fd9fcommitted
Commits on Jun 8, 2017
unix/Makefile: replace references to make with $(MAKE)
Show description for d80c951authored andcommitted
Commits on May 29, 2017
- committed
Commits on May 26, 2017
Commits on May 12, 2017
Commits on Apr 26, 2017
unix: Remove obsolete MICROPY_FATFS macro.
Show description for 7743b15committed
Commits on Mar 31, 2017
all: Use full path name when including mp-readline/timeutils/netutils.
Show description for b6c7e4bcommitted
Commits on Mar 23, 2017
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Show description for 7558927authored andcommitted
Commits on Feb 6, 2017
- authored andcommitted

Commits on Jan 27, 2017
unix: Change to use new generic VFS sub-system in coverage build.
Show description for f1e0414committed- committed
Commits on Dec 22, 2016
Commits on Nov 21, 2016
Commits on Nov 8, 2016
py: Move frozen bytecode Makefile rules from ports to common mk files.
Show description for bdf33bccommitted
Commits on Nov 7, 2016
tools, unix: Replace upip tarball with just source files.
Show description for 61d74fdcommitted
Commits on Nov 1, 2016
- authored andcommitted
Commits on Oct 25, 2016
Commits on Oct 16, 2016
Commits on Sep 22, 2016
Commits on Sep 5, 2016
unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.
Show description for 9526e24committedpy: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Show description for e2ac8bbauthored andcommitted
Commits on Aug 31, 2016
unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.
Show description for 9c04ef2committed
Commits on Jul 30, 2016
Commits on Jul 16, 2016
unix: Cache libaxtls.a in local build dir.
Show description for bd6622acommitted
Commits on Jul 9, 2016
unix: Disable the GIL to improve performance of non-thread code.
Show description for 3096928committed
Commits on Jul 2, 2016
- committed
unix: Enable btree module.
Show description for 43241cecommitted
Commits on Jun 28, 2016
unix: Add basic thread support using pthreads.
Show description for a791be9committed