• Paul Sokolovsky's avatar
    esp8266: Switch back to accumulating input data via ring buffer. · 61fa7c81
    Paul Sokolovsky authored
    But now it's generic ring buffer implemented via ringbuf.h, and is intended
    for any type of input, including dupterm's, not just UART. The general
    process work like this: an interrupt-driven input source puts data into
    input_buf, and then signals new data available via call to
    mp_hal_signal_input().
    61fa7c81
esp_mphal.h 1.88 KB