aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Scheduler/Scheduler.c
Commit message (Expand)AuthorAgeFilesLines
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-3/+3
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-4/+6
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-3/+3
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-15/+16
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-3/+6
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-95/+95
* 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 sched...Dean Camera2009-06-191-0/+95
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-95/+0
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+95