aboutsummaryrefslogtreecommitdiff
path: root/esp8266/common-hal/microcontroller
AgeCommit message (Expand)Author
2017-12-05Introduce reset mechanics to microcontroller.Scott Shawcroft
2017-10-16esp8266: Actually disable pins when reset on reload.Scott Shawcroft
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-04-13esp8266: Don't reset TX and RX lines. The pullup is required forScott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2016-12-13Fix up Analog classes: unify them at 16 bits and adds reference_voltage memberScott Shawcroft
2016-12-07atmel-samd & esp8266: Make sure pins are not already in use.Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft