From: Dean Camera Date: Tue, 25 Aug 2009 08:09:49 +0000 (+0000) Subject: Updated Benito project -- added hardware interrupt and software buffering for serial... X-Git-Tag: LUFA-110528-BETA~960 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/6d1adf7339b71952d1ba8616af9422fbc7333eb1?hp=6d1adf7339b71952d1ba8616af9422fbc7333eb1 Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity. Added check to CDC_Device_BytesReceived() to ensure 0 is returned when device is not enumerated to a host. Move AVRISP project's V2Protocol_DelayMS() function to be static inline, as it is now very minimal. Added extra project doxygen documentation. ---