| Age | Commit message (Expand) | Author |
| 2017-01-30 | extmod/vfs_fat: Remove MICROPY_READER_FATFS component. | Damien George |
| 2017-01-29 | extmod/machine_signal: Implement "signal" abstraction for machine module. | Paul Sokolovsky |
| 2017-01-27 | extmod: Add generic VFS sub-system. | Damien George |
| 2017-01-27 | py/py.mk: Add CFLAGS_MOD flag to set config file for FatFs. | Damien George |
| 2017-01-22 | py: Add builtin help function to core, with default help msg. | Damien George |
| 2016-12-22 | extmod/modutimeq: Refactor into optimized class. | Paul Sokolovsky |
| 2016-12-09 | py: Add inline Xtensa assembler. | Damien George |
| 2016-12-09 | py: Integrate Xtensa assembler into native emitter. | Damien George |
| 2016-11-28 | py: Factor out common code from assemblers into asmbase.[ch]. | Damien George |
| 2016-11-21 | stmhal/moduselect: Move to extmod/ for reuse by other ports. | Paul Sokolovsky |
| 2016-11-16 | py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader. | Damien George |
| 2016-11-16 | py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. | Damien George |
| 2016-11-16 | py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem. | Damien George |
| 2016-11-16 | py: Factor out persistent-code reader into separate files. | Damien George |
| 2016-11-16 | py: Factor persistent code load/save funcs into persistentcode.[ch]. | Damien George |
| 2016-11-15 | py/*.mk: Replace uses of 'sed' with $(SED). | Damien George |
| 2016-11-08 | py: Move frozen bytecode Makefile rules from ports to common mk files. | Damien George |
| 2016-10-26 | extmod/moduos_dupterm: Renamed to uos_dupterm. | Paul Sokolovsky |
| 2016-10-21 | py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined. | Paul Sokolovsky |
| 2016-10-14 | extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse. | Paul Sokolovsky |
| 2016-09-23 | py/py.mk: Add support for building modussl_mbedtls. | Paul Sokolovsky |
| 2016-09-22 | py/py.mk: Suppress some compiler warnings when building berkeley-db. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-09-01 | extmod: Add machine_spi with generic SPI C-protocol and helper methods. | Damien George |
| 2016-07-31 | py/py.mk: Extra switches to build "embedded" BerkeleyDB BTree lib. | Paul Sokolovsky |
| 2016-07-30 | lib/embed/abort_: Implementation of abort_() function raising uPy exception. | Paul Sokolovsky |
| 2016-07-16 | esp8266: Cache Xtensa-built libaxtls.a in local build dir. | Paul Sokolovsky |
| 2016-07-13 | extmod/modussl_axtls: Further changes to allow alternative SSL modules. | Paul Sokolovsky |
| 2016-07-13 | extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs. | Paul Sokolovsky |
| 2016-06-28 | py: Add basic _thread module, with ability to start a new thread. | Damien George |
| 2016-06-18 | extmod/machine_pinbase: Implementation of PinBase class. | Paul Sokolovsky |
| 2016-06-15 | py: Support to build berkeley db 1.85 and "btree" module. | Paul Sokolovsky |
| 2016-05-31 | extmod: Add machine time_pulse_us function (at C and Python level). | Damien George |
| 2016-05-27 | extmod/virtpin: Initial implementation of open-ended C-level Pin interface. | Paul Sokolovsky |
| 2016-05-10 | py: Add uerrno module, with errno constants and dict. | Damien George |
| 2016-04-29 | extmod/modwebrepl: Module to handle WebREPL protocol. | Paul Sokolovsky |
| 2016-04-25 | py: Move call_function_*_protected() functions to py/ for reuse. | Paul Sokolovsky |
| 2016-04-16 | py/py.mk: Add makefile variable for qstr autogeneration control. | Jan Čapek |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-04-12 | extmod: Add generic machine.I2C class, with bit-bang I2C. | Damien George |
| 2016-04-12 | extmod: Add initial framebuf module. | Damien George |
| 2016-03-24 | extmod/modwebsocket: Start module for WebSocket helper functions. | Paul Sokolovsky |
| 2016-03-03 | extmod/vfs_fat: Add lexer, move from stmhal port for reuse. | Paul Sokolovsky |
| 2016-02-28 | extmod/vfs_fat: Move listdir() method from stmhal for reuse. | Paul Sokolovsky |
| 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-17 | extmod/modurandom: Add "urandom" module. | Paul Sokolovsky |
| 2016-01-01 | extmod/moduos_dupterm: Make uos.dupterm() implementation reusable. | Paul Sokolovsky |