Add a poor-man's software FIFO for serial UART reads (#379)
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
Showing
Please register or sign in to comment