aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Scheduler/Scheduler.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-15/+16
| | | | tool made by Laszlo Monda
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-3/+6
| | | | Indent core library function parameters so that there is only one parameter per line, to increase readability.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-95/+95
| | | | correctly converted to the target system's native end of line style.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* 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