• Earle F. Philhower, III's avatar
    Add a poor-man's software FIFO for serial UART reads (#379) · a58f4901
    Earle F. Philhower, III authored
    Because the hardware FIFO is quite small and doesn't report the actual number
    of bytes available, implement a software FIFO that will pull all available
    bytes out of the HW FIFO on any Serial call.  It's not as efficient or as
    bulletproof as an IRQ based method, but it is simpler to implement and can
    help with issues like #378
    a58f4901
SerialUART.h 2.3 KB