Commits
User selector
Commit History
Commits on Sep 3, 2017
- authored andcommitted
Commits on Sep 1, 2017
Fix issue #207, esp8266 file operations problems (#222)
Show description for a0d0b27authored
Commits on Aug 31, 2017
- authored andcommitted
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal boards. (#211)
Show description for fdb97edauthored
Commits on Aug 27, 2017
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 21, 2017
esp8266: Fix UART stop bit constants.
Show description for ab2c64cauthored andcommitted- committed
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 11, 2017
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed- committed
Commits on Aug 7, 2017
esp8266: Introduce `multiterminal` module for managing a secondary
Show description for 6ace744committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 30, 2017
- committed
esp8266/modesp: Remove unused constants: STA_MODE, etc.
Show description for e3864b5committed
Commits on Jul 23, 2017
esp8266: fix "uos" includes
Show description for af1ede9authored andcommitted
Commits on Jul 19, 2017
esp8266/mpconfigport.h: Make socket a weak link
Show description for 4662006authored andcommitted- committed
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jul 4, 2017
Commits on Jun 28, 2017
shared-bindings: Introduce storage.remount() so you can set root as
Show description for 725d715committedesp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument.
Show description for ebb9396authored andcommittedIntroduce a random module that is a subset of CPython's random. It
Show description for a0058e6committed
Commits on Jun 27, 2017
Split uos module into os and storage.
Show description for 778e975committed
Commits on Jun 26, 2017
Commits on Jun 24, 2017
Commits on Jun 23, 2017
esp8266: Enable MICROPY_ENABLE_FINALISER.
Show description for 0fe825bcommitted
Commits on Jun 22, 2017
esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.
Show description for 46b849acommittedesp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/.
Show description for 85acf76committeddrivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers.
Show description for a065d78committedextmmod/modonewire: Rename public module to mp_module_onewire.
Show description for eeaab18committedextmod: Move modonewire.c from esp8266 to extmod directory.
Show description for 6cc4da4committedesp8266/modonewire: Make timings static and remove onewire.timings func.
Show description for 0c13b95committedesp8266/modonewire: Move low-level 1-wire bus code to modonewire.c.
Show description for 68c640dcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed