| Age | Commit message (Expand) | Author |
| 2018-05-03 | handle bad power on reset better | Dan Halbert |
| 2018-04-06 | esp8266/etshal: delete incorrect function prototypes | Jeff Epler |
| 2018-04-06 | esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . | Paul Sokolovsky |
| 2018-02-23 | Remove obsolete periphal drivers in esp module | Dan Halbert |
| 2017-12-05 | Introduce reset mechanics to microcontroller. | Scott Shawcroft |
| 2017-12-05 | add SPI.write_readinto() to esp8266 port | Dan Halbert |
| 2017-11-06 | esp8266 enable framebuf (#408) | jerryneedell |
| 2017-10-16 | esp8266: add neopixel_write - remove neopixel.py (#339) | jerryneedell |
| 2017-10-16 | Merge pull request #336 from tannewt/2.x | Dan Halbert |
| 2017-10-16 | esp8266: Actually disable pins when reset on reload. | Scott Shawcroft |
| 2017-10-16 | esp8266: Correct SPI functionality when write_value is provided. | Scott Shawcroft |
| 2017-10-03 | Do not allow a *io object to be used after deinit(). | Dan Halbert |
| 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 |