aboutsummaryrefslogtreecommitdiff
path: root/esp8266/pybstdio.c
AgeCommit message (Collapse)Author
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
Now all ports can use pybstdio.c to provide sys.stdin/stdout/stderr, so long as they implement mp_hal_stdin_* and mp_hal_stdout_* functions.
2015-01-01esp8266: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George