summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/uart.c
Commit message (Collapse)AuthorAge
* esp8266: Implement task-based, event-driven interface with UART.Paul Sokolovsky2015-01-16
| | | | | | This enables proper interfacing with underlying OS - MicroPython doesn't run the main loop, OS does, MicroPython just gets called when some event takes place.
* esp8266: New port of Micro Python to ESP8266 wifi module.Damien George2014-11-27