aboutsummaryrefslogtreecommitdiff
path: root/esp8266/esp_mphal.h
AgeCommit message (Expand)Author
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-29esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function.Paul Sokolovsky
2015-10-29esp8266: Switch to standard mp_hal_delay_ms() MPHAL function.Paul Sokolovsky
2015-10-29esp8266: Switch to standard mp_hal_delay_us() MPHAL function.Paul Sokolovsky
2015-06-01esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting).Paul Sokolovsky
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
2015-01-16esp8266: Implement task-based, event-driven interface with UART.Paul Sokolovsky
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George