| Age | Commit message (Expand) | Author |
| 2017-09-02 | esp8266: restore machine module | Dan Halbert |
| 2017-09-01 | Fix issue #207, esp8266 file operations problems (#222) | Dan Halbert |
| 2017-08-31 | Add ".frozen" to end of sys.path, so that internal frozen modules are visible... | Dan Halbert |
| 2017-08-31 | Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo... | Dan Halbert |
| 2017-08-27 | Modernize module and class static dicts; update freetouch | Dan Halbert |
| 2017-08-25 | Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)... | Dan Halbert |
| 2017-08-21 | esp8266: Fix UART stop bit constants. | Ein Terakawa |
| 2017-08-21 | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | Damien George |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-08-11 | all: Make use of $(TOP) variable in Makefiles, instead of "..". | Damien George |
| 2017-08-11 | minimal,esp8266,pic16bit: Remove unused stmhal include from Makefile. | Damien George |
| 2017-08-07 | esp8266: Introduce `multiterminal` module for managing a secondary | Scott Shawcroft |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-30 | esp8266: Convert to mp_rom_map_elem_t. | Paul Sokolovsky |
| 2017-07-30 | esp8266/modesp: Remove unused constants: STA_MODE, etc. | Paul Sokolovsky |
| 2017-07-22 | esp8266: fix "uos" includes | Girts Folkmanis |
| 2017-07-19 | esp8266/mpconfigport.h: Make socket a weak link | Alex Robbins |
| 2017-07-19 | all: Remove trailing spaces, per coding conventions. | Damien George |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-07-04 | esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit. | Damien George |
| 2017-06-28 | shared-bindings: Introduce storage.remount() so you can set root as | Scott Shawcroft |
| 2017-06-28 | esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument. | Alexander Steffen |
| 2017-06-27 | Introduce a random module that is a subset of CPython's random. It | Scott Shawcroft |
| 2017-06-27 | Split uos module into os and storage. | Scott Shawcroft |
| 2017-06-26 | esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len. | Damien George |
| 2017-06-24 | esp8266/README: Make "Documentation" a top-level section. | Paul Sokolovsky |
| 2017-06-23 | esp8266: Enable MICROPY_ENABLE_FINALISER. | Paul Sokolovsky |
| 2017-06-22 | esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c. | Damien George |
| 2017-06-22 | esp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/. | Damien George |
| 2017-06-22 | drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers. | Damien George |
| 2017-06-22 | extmmod/modonewire: Rename public module to mp_module_onewire. | Damien George |
| 2017-06-22 | extmod: Move modonewire.c from esp8266 to extmod directory. | Damien George |
| 2017-06-22 | esp8266/modonewire: Make timings static and remove onewire.timings func. | Damien George |
| 2017-06-22 | esp8266/modonewire: Move low-level 1-wire bus code to modonewire.c. | Damien George |
| 2017-06-20 | Merge tag 'v1.9.1'2.0.0-alpha.0 | Scott Shawcroft |
| 2017-06-20 | esp8266: Make onewire module and support code usable by other ports. | Damien George |
| 2017-06-20 | esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list. | Damien George |
| 2017-06-16 | shared-bindings: Move enum-like classes out of DigitalInOut into digitalio. | Scott Shawcroft |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-06-15 | esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden. | Damien George |
| 2017-06-15 | all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers. | Damien George |
| 2017-06-14 | esp8266/Makefile: Bump axTLS TLS record buffer size to 5K. | Paul Sokolovsky |
| 2017-06-10 | esp8266/Makefile: Add clean-modules target. | Paul Sokolovsky |
| 2017-06-08 | esp8266/Makefile: replace references to make with $(MAKE) | Tamas TEVESZ |
| 2017-06-01 | ports: Convert from using stmhal's input() to core provided version. | Damien George |
| 2017-05-29 | various: Spelling fixes | Ville Skyttä |
| 2017-05-26 | esp8266/mpconfigport.h: Remove duplicate link to lwip module. | Damien George |
| 2017-05-26 | esp8266/modules: Mount filesystem at root when creating for first time. | Damien George |
| 2017-05-25 | Change the approach for input so that its not included in every single build.... | Scott Shawcroft |
| 2017-05-25 | atmel-samd: Add input support. Fixes #143 | Scott Shawcroft |