From: Dean Camera Date: Mon, 1 Jun 2009 11:03:39 +0000 (+0000) Subject: Commit of new class abstraction APIs for all device demos other than the MIDI demo... X-Git-Tag: LUFA-110528-BETA~1163 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/d1e52660368d34d693131f6aff3c8fd8584162e5?hp=d1e52660368d34d693131f6aff3c8fd8584162e5 Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. Removed scheduler and memory allocation libraries. Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated). Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt. ---