aboutsummaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-28esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...Scott Shawcroft
2017-03-25Add low-level OneWire support class.Scott Shawcroft
2017-02-19Two I2C fixes:Scott Shawcroft
2017-01-05Rename to CircuitPythonScott Shawcroft
2016-12-19atmel-samd: Add help() and remove mem_info functions from smallest builds to ...Scott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-11-29shared-bindings: Make MOSI and MISO optional for SPI.Scott Shawcroft
2016-11-23uheap: Switch to using gc_nbytes to measure allcoation size so we stop underc...Scott Shawcroft
2016-11-22Add uheap for debugging the size of objects. Still not perfect though.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft