aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete/Sideshow/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-218-10/+18
| | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-088-1151/+1151
| | | | correctly converted to the target system's native end of line style.
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-186-37/+37
|
* Standardized the naming scheme given to configuration descriptor ↵Dean Camera2010-03-221-0/+1
| | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro.
* Update copyright year to 2010.Dean Camera2009-12-308-16/+16
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-288-56/+56
|
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-133-23/+12
| | | | | | Minor updates to the unfinished SideShow demo for clarity. Added unfinished MassStorageHost class driver demo.
* Simplify SideShow GUID compares via a macro.Dean Camera2009-07-203-5/+7
|
* Move unfinished SideShow source files to nested Lib directory for clarity.Dean Camera2009-07-208-0/+1161