summaryrefslogtreecommitdiff
path: root/esp8266/machine_uart.c
AgeCommit message (Expand)Author
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-15all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George
2017-05-19esp8266/machine_uart: Add uart.any() method.Damien George
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-02-16py: Add iter_buf to getiter type method.Damien George
2017-02-03esp8266/uart: Add support for polling uart device.marc hoffman
2016-11-14all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky
2016-11-06esp8266: Rename "machine" module implementation to use contemporary naming.Paul Sokolovsky