aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/KeyboardMouse/KeyboardMouse.c
Commit message (Collapse)AuthorAgeFilesLines
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-367/+0
| | | | clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ↵Dean Camera2009-03-101-3/+1
| | | | and applications (thanks to Nate Lawson).
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ↵Dean Camera2009-03-091-2/+2
| | | | macro has been corrected in recent avr-libc versions
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+369