aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Break device mode class driver interfaces into seperate config and state ↵Dean Camera2009-06-181-22/+36
| | | | structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-0/+1
|
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-151-0/+1
|
* Changed to new device mode Class Driver function name prefixes to make way ↵Dean Camera2009-06-111-9/+9
| | | | for similar host mode Class drivers.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+237
re-add old low level demos to a LowLevel subdirectory.