index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
esp8266
/
esp_mphal.h
Commit message (
Expand
)
Author
Age
*
esp8266: Switch from using custom I2C driver to generic extmod one.
Damien George
2016-04-12
*
esp8266: Implement basic C-level pin HAL.
Damien George
2016-04-12
*
esp8266: Implement input part of dupterm handling.
Paul Sokolovsky
2016-03-31
*
esp8266: Switch back to accumulating input data via ring buffer.
Paul Sokolovsky
2016-03-30
*
esp8266: Support synchronous wifi scanning.
Damien George
2016-03-30
*
esp8266/esp_mphal: Add support for debug UART-only output.
Paul Sokolovsky
2016-03-29
*
esp8266/esp_mphal: Add higher-level event polling function.
Paul Sokolovsky
2016-03-11
*
esp8266/etshal.h: More prototypes of ESP8266 SDK/BootROM functions.
Damien George
2016-03-05
*
esp8266: Reset "virtual RTC" on power on.
Paul Sokolovsky
2016-03-04
*
esp8266: Add mp_hal_delay_us function.
Damien George
2016-03-04
*
all: Add py/mphal.h and use it in all ports.
Damien George
2015-10-31
*
esp8266: Switch to standard mp_hal_ticks_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
*
esp8266: Switch to standard mp_hal_delay_ms() MPHAL function.
Paul Sokolovsky
2015-10-29
*
esp8266: Switch to standard mp_hal_delay_us() MPHAL function.
Paul Sokolovsky
2015-10-29
*
esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting).
Paul Sokolovsky
2015-06-01
*
stmhal: Make pybstdio usable by other ports, and use it.
Damien George
2015-02-13
*
esp8266: Implement task-based, event-driven interface with UART.
Paul Sokolovsky
2015-01-16
*
esp8266: New port of Micro Python to ESP8266 wifi module.
Damien George
2014-11-27