summaryrefslogtreecommitdiff
path: root/esp8266/machine_uart.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
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-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