Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 5 Jun 2009 07:56:39 +0000 (07:56 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 5 Jun 2009 07:56:39 +0000 (07:56 +0000)
commitf1199200e167a737a4676378da184387e543830c
tree9d49d9d0f932ccef70da579e70c19b0f03c9a88d
parentf51017f8fb5a02029bce577e3d7226cb5158d830
Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
137 files changed:
Demos/Host/ClassDriver/CDCHost/CDCHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/CDCHost/CDCHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/CDCHost/CDCHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/CDCHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/CDCHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/CDCHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/CDCHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/GenericHIDHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/GenericHIDHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/GenericHIDHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/GenericHIDHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/HIDReport.c [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/HIDReport.h [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.h [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt [new file with mode: 0644]
Demos/Host/ClassDriver/KeyboardHostWithParser/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/Lib/MassStoreCommands.c [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/Lib/MassStoreCommands.h [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/Lib/SCSI_Codes.h [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/MassStorageHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/MouseHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/MouseHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/MouseHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.c [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt [new file with mode: 0644]
Demos/Host/ClassDriver/MouseHostWithParser/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/Lib/PIMACodes.h [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/Lib/StillImageCommands.c [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/Lib/StillImageCommands.h [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/StillImageHost.h [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt [new file with mode: 0644]
Demos/Host/ClassDriver/StillImageHost/makefile [new file with mode: 0644]
Demos/Host/ClassDriver/makefile [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/CDCHost.c [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/CDCHost.h [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/CDCHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/CDCHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/GenericHIDHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.h [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.h [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.txt [new file with mode: 0644]
Demos/Host/LowLevel/KeyboardHostWithParser/makefile [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/Lib/SCSI_Codes.h [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.h [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/MouseHost.c [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/MouseHost.h [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/MouseHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/MouseHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt [new file with mode: 0644]
Demos/Host/LowLevel/MouseHostWithParser/makefile [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/Lib/PIMACodes.h [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/StillImageHost.c [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/StillImageHost.h [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/StillImageHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/StillImageHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/makefile [new file with mode: 0644]
Demos/Host/StillImageHost/Lib/PIMACodes.h [deleted file]
Demos/Host/StillImageHost/Lib/StillImageCommands.c [deleted file]
Demos/Host/StillImageHost/Lib/StillImageCommands.h [deleted file]