| Age | Commit message (Expand) | Author |
| 2016-12-05 | stmhal/uart: Add support for UART7 and UART8 on F7 MCUs. | Damien George |
| 2016-12-02 | extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. | Damien George |
| 2016-11-24 | stmhal: Add beginnings of port-specific machine.I2C implementation. | Damien George |
| 2016-11-21 | stmhal/moduselect: Move to extmod/ for reuse by other ports. | Paul Sokolovsky |
| 2016-11-16 | py: Factor out persistent-code reader into separate files. | Damien George |
| 2016-10-17 | stmhal: Enable str.center(), str.[r]partition() and builtin compile(). | Damien George |
| 2016-10-14 | stmhal/modutime: Refactor to use extmod/utime_mphal.c. | Paul Sokolovsky |
| 2016-10-06 | stmhal: Enable machine.time_pulse_us() function. | Damien George |
| 2016-10-06 | stmhal: Disable network and usocket for ESPRUINO_PICO | Dave Hylands |
| 2016-10-04 | stmhal/spi: Enable use of fast software SPI. | Damien George |
| 2016-09-01 | stmhal/spi: Support new machine SPI methods in legacy SPI object. | Damien George |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-07-30 | stmhal: fixing malloc when used with external libraries | Matt Brejza |
| 2016-05-10 | stmhal: Convert to use internal errno symbols; enable uerrno module. | Damien George |
| 2016-04-15 | py: Declare help, input, open builtins in core. | Paul Sokolovsky |
| 2016-04-12 | stmhal: Enable framebuf module. | Damien George |
| 2016-04-12 | stmhal: Use new generic I2C object in machine module. | Damien George |
| 2016-02-25 | stmhal: Enabled importing of persistent bytecode (.mpy files). | Damien George |
| 2016-02-15 | py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality. | Paul Sokolovsky |
| 2016-02-10 | extmod/fsusermount: Support mounting of multiple block devices. | Damien George |
| 2016-02-03 | py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. | Doug Currie |
| 2016-01-26 | extmod/modurandom: Add some extra random functions. | Damien George |
| 2016-01-17 | extmod/modurandom: Add "urandom" module. | Paul Sokolovsky |
| 2016-01-07 | stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions. | Damien George |
| 2015-12-19 | stmhal: Add mem8/mem16/mem32 operations to machine module. | Dave Hylands |
| 2015-12-18 | stmhal, cc3200: Actually implement machine -> umachine module weak link. | Paul Sokolovsky |
| 2015-12-18 | ports: Rename "machine" module to "umachine". | Paul Sokolovsky |
| 2015-12-09 | stmhal: Enable two USB phys to be supported together. | neilh10 |
| 2015-11-25 | extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT. | Paul Sokolovsky |
| 2015-11-08 | stmhal: FatFS configuration moved to the library folder. | Alex March |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-20 | stmhal: Enable "all special methods" configuration option. | Damien George |
| 2015-10-19 | stmhal: Early version of machine module for stmhal. | Dave Hylands |
| 2015-10-11 | stmhal: Enable REPL auto indent; document paste mode in help(). | Damien George |
| 2015-09-15 | py/objslice: Make slice attributes (start/stop/step) readable. | Tom Soulanille |
| 2015-08-07 | stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 | Dave Hylands |
| 2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands |
| 2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands |
| 2015-07-27 | stmhal: Put fs_user_mount pointer in root ptr section of global state. | Damien George |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |
| 2015-05-24 | stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. | Damien George |
| 2015-05-04 | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-04 | stmhal, qemu-arm: Enable sys.maxsize attribute. | Damien George |
| 2015-04-04 | stmhal: Enable new str.splitlines() method. | Damien George |
| 2015-03-20 | py: Allow retrieving a function's __name__. | stijn |
| 2015-03-20 | py: Implement core of OrderedDict type. | Paul Sokolovsky |
| 2015-03-14 | py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options. | Damien George |
| 2015-03-02 | stmhal: Enable MICROPY_PY_ARRAY_SLICE_ASSIGN. | Damien George |
| 2015-02-22 | py: Make math special functions configurable and disabled by default. | Damien George |