Commits
User selector
Commit History
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jun 26, 2017
drivers/onewire: Enable pull-up when init'ing the 1-wire pin.
Show description for 683df1ccommitted
Commits on Jun 22, 2017
drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers.
Show description for a065d78committed
Commits on May 21, 2017
Commits on May 17, 2017
- committed
drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.
Show description for f351c6dcommitted
Commits on Apr 7, 2017
drivers/nrf24l01: Update to work on newer ports, using machine, utime.
Show description for d7310facommitted
Commits on Feb 27, 2017
Commits on Feb 24, 2017
Commits on Feb 21, 2017
drivers/display/lcd160cr: Fix bugs with lcd.get_pixel().
Show description for b0a6ddacommitted
Commits on Feb 17, 2017
- authored andcommitted

Commits on Feb 5, 2017
extmod/machine_pulse: Make time_pulse_us() not throw exceptions.
Show description for d5e9ab6committed
Commits on Jan 24, 2017
Commits on Jan 23, 2017
Commits on Jan 18, 2017
drivers: Fix some minor spelling mistakes.
Show description for c5310eeauthored andcommitted
Commits on Jan 8, 2017
- authored andcommitted
Commits on Jan 3, 2017
drivers/onewire: Enable pull up on data pin.
Show description for 3c84197authored andcommitted
Commits on Dec 1, 2016
- authored andcommitted
Commits on Nov 3, 2016
drivers: Add "from micropython import const" when const is used.
Show description for 7bb0f7bcommitted
Commits on Oct 21, 2016
py: Specialise builtin funcs to use separate type for fixed arg count.
Show description for 571e6f2committedpy: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1fcommitted
Commits on Oct 7, 2016
Commits on Sep 1, 2016
drivers/sdcard: Port the SDCard driver to new machine API.
Show description for ce1c786authored andcommitted
Commits on Jul 11, 2016
drivers/wiznet5k: Fix indentation so it's not misleading.
Show description for dfe056dcommitted
Commits on Jun 26, 2016
drivers/display/ssd1306: Add width arg and support 64px wide displays.
Show description for ab8a5d5authored andcommitted
Commits on Jun 3, 2016
drivers/display/ssd1306: update SSD1306_SPI to work with new API
Show description for 43c8f54authored andcommitted
Commits on May 31, 2016
extmod: Add machine time_pulse_us function (at C and Python level).
Show description for 4940beecommitted
Commits on May 26, 2016
drivers: Add C-level function to read DHT11 and DHT22 devices.
Show description for 48a7ef0committed
Commits on May 10, 2016
drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash.
Show description for ce2d34dcommitted
Commits on Apr 12, 2016
Commits on Feb 2, 2016
- authored andcommitted
Commits on Oct 9, 2015
drivers/sdcard: Allow up to 5 retries to initialise SD card.
Show description for 2465222committed
Commits on Sep 18, 2015
drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.
Show description for b0c08c8committed