diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-31 19:49:55 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-31 19:49:55 +0300 |
commit | 98af89161084eec240f26015b35397b547abcbf8 (patch) | |
tree | 1f9163b86e5fbb782b03fa27f581f4a8b00f7c31 /examples/unix/http_server.py | |
parent | 61fa7c81527016be164321c442fe5317daa260ee (diff) | |
download | micropython-98af89161084eec240f26015b35397b547abcbf8.tar.gz micropython-98af89161084eec240f26015b35397b547abcbf8.zip |
esp8266: Implement input part of dupterm handling.
The idea is following: underlying interrupt-driven or push-style data source
signals that more data is available for dupterm processing via call to
mp_hal_signal_dupterm_input(). This triggers a task which pumps data between
actual dupterm object (which may perform additional processing on data from
low-level data source) and input ring buffer.
Diffstat (limited to 'examples/unix/http_server.py')
0 files changed, 0 insertions, 0 deletions