aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Scheduler/Scheduler.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-add in simple scheduler for compatibility with legacy code, mark all ↵Dean Camera2009-06-191-0/+95
| | | | scheduler related files as deprecated.
* Commit of new class abstraction APIs for all device demos other than the ↵Dean Camera2009-06-011-95/+0
| | | | | | | | | | 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.
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+95