Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pyexec: Make raw REPL work with event-driven version of pyexec. | Damien George | 2015-05-06 |
| | | | | | | | esp8266 port now has working raw and friendly REPL, as well as working soft reset (CTRL-D at REPL, or raise SystemExit). tools/pyboard.py now works with esp8266 port. | ||
* | esp8266: Implement task-based, event-driven interface with UART. | Paul Sokolovsky | 2015-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 George | 2014-11-27 |