From: Dean Camera Date: Sun, 30 Jan 2011 19:47:31 +0000 (+0000) Subject: Removed SerialStream module, rolled functionality into the base USART Serial peripher... X-Git-Tag: LUFA-110528-BETA~94 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/afd828c095f38753e989391eab670b8736e4bd6e?hp=afd828c095f38753e989391eab670b8736e4bd6e Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions. Altered the serial byte receive function to make it non-blocking. ---