| Age | Commit message (Expand) | Author |
| 2016-02-15 | extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. | Paul Sokolovsky |
| 2016-02-14 | unix: Enable VfsFat support. | Paul Sokolovsky |
| 2016-01-28 | lib/utils/printf: Fix printf on release builds | Dave Hylands |
| 2016-01-26 | extmod/modurandom: Add some extra random functions. | Damien George |
| 2016-01-15 | unix/modffi: Allow to compile modffi in OBJ_REPR_D mode. | Damien George |
| 2016-01-15 | unix: Add option to build 64-bit NaN-boxing interpreter. | Damien George |
| 2016-01-02 | unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk. | Damien George |
| 2015-12-16 | unix: Add FreeDos target | pohmelie |
| 2015-12-13 | unix: Move modmachine into unix directory | Dave Hylands |
| 2015-11-22 | unix: Use printf() implementation in terms of mp_printf(). | Paul Sokolovsky |
| 2015-11-17 | unix: Add "uselect" module, with poll() function. | Paul Sokolovsky |
| 2015-10-19 | libffi: Skip building docs. | Paul Sokolovsky |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-18 | unix: Build libffi in a directory which is gitgnored. | Paul Sokolovsky |
| 2015-10-04 | unix: Add support for building axtls dependency lib. | Paul Sokolovsky |
| 2015-09-11 | unix/modjni: "jni" module to interface to JNI-compliant JavaVM. | Paul Sokolovsky |
| 2015-08-30 | unix: Allow to build libffi from source and link against it. | Paul Sokolovsky |
| 2015-08-29 | py: Treat -m32 flag as part of CC, LD, etc. | Paul Sokolovsky |
| 2015-06-03 | unix: Prepare upip frozen modules under build/. | Paul Sokolovsky |
| 2015-06-03 | unix: Uncompress upip tarball to build directory. | Paul Sokolovsky |
| 2015-06-02 | unix: Include upip as fronzen modules inside the standard interpreter. | Paul Sokolovsky |
| 2015-05-30 | unix: minimal: Don't use readline support. | Paul Sokolovsky |
| 2015-05-27 | unix: Add option to use uPy readline, and enable by default. | Damien George |
| 2015-05-27 | unix: Factor out stdio and ctrl-C code to unix_mphal.c file. | Damien George |
| 2015-05-08 | unix: Add special function to improve coverage. | Damien George |
| 2015-03-22 | unix: Remove -Wdouble-promotion from main build, and 2 from coverage. | Damien George |
| 2015-03-21 | unix: When using separate obj output dirs, make -B is no longer relevant. | Paul Sokolovsky |
| 2015-03-20 | unix: Move compiler warnings from production build to coverage build. | Damien George |
| 2015-03-19 | unix: Enable extra compiler warnings. | Damien George |
| 2015-03-01 | travis: Add automated coverage testing using coveralls. | Damien George |
| 2015-01-29 | unix: Add "coverage" target to do coverage testing using gcov. | Damien George |
| 2015-01-16 | unix: Add target to build "minimal" uPy interpreter. | Damien George |
| 2015-01-08 | Remove obsolete bss-related code/build features | stijn |
| 2015-01-03 | unix: Enable -fno-crossjumping for fast build. | Paul Sokolovsky |
| 2015-01-01 | unix: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-12-27 | Makefiles: Support py/*.h includes per #1022. | Paul Sokolovsky |
| 2014-11-02 | unix: Provide "fast" target to build interpreter for benchmarking. | Paul Sokolovsky |
| 2014-10-29 | Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* | stijn |
| 2014-10-11 | unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT. | Paul Sokolovsky |
| 2014-09-23 | Clean up logical flow for setting LDFLAGS to build for Linux and OSX | blmorris |
| 2014-09-22 | Incorporate change in assignment logic suggested by dhylands | blmorris |
| 2014-09-22 | Fix unix/Makefile to build on OSX | blmorris |
| 2014-09-06 | unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning. | Damien George |
| 2014-09-03 | Code style/whitespace cleanup; remove obsolete headers. | Damien George |
| 2014-09-03 | Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE... | Fabian Vogt |
| 2014-08-26 | Add pip-micropython to unix make install. | Damien George |
| 2014-08-23 | modtermios: Add "termios" unix module, subset of CPython's. | Paul Sokolovsky |
| 2014-08-11 | added install/uninstall | Sebastian Plamauer |