aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Mouse/Descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-69/+0
| | | | re-add old low level demos to a LowLevel subdirectory.
* Commit of new class abstraction APIs for all device demos other than the ↵Dean Camera2009-06-011-27/+3
| | | | | | | | | | 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.
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to ↵Dean Camera2009-05-221-2/+2
| | | | CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs.
* Renamed the the TotalHIDReports element of the HID descriptor structure in ↵Dean Camera2009-05-071-1/+1
| | | | the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman).
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+93
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.