summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modpyb.c
Commit message (Collapse)AuthorAge
* esp8266: Return CPU frequency in Hz.Damien George2015-05-05
|
* esp8266: Add basic pyb.Pin class; supports output mode only.Damien George2015-02-13
|
* stmhal: Make pybstdio usable by other ports, and use it.Damien George2015-02-13
| | | | | 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.
* esp8266:modpyb: Implement hard_reset().Paul Sokolovsky2015-01-18
|
* esp8266: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
|
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
| | | | | This is just a clean-up of the code. Generated code is exactly the same.
* esp8266: New port of Micro Python to ESP8266 wifi module.Damien George2014-11-27