Add new MIDIHost LowLevel demo application.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 8 Oct 2009 07:00:44 +0000 (07:00 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 8 Oct 2009 07:00:44 +0000 (07:00 +0000)
commitbdedbd558ce3db0d7c1e0ff6cdde2f480277aff7
treef63699f277ed035c857193d28ae5a4816faa1563
parent09575f9607e12ddf7284f6c8974a332a88d4ed3b
Add new MIDIHost LowLevel demo application.

Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
32 files changed:
Bootloaders/Incomplete/MIDI/Descriptors.c
Demos/Device/Incomplete/Sideshow/Descriptors.c
Demos/Host/LowLevel/CDCHost/CDCHost.h
Demos/Host/LowLevel/CDCHost/ConfigDescriptor.c
Demos/Host/LowLevel/CDCHost/ConfigDescriptor.h
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.h
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.h
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.c [new file with mode: 0644]
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h [new file with mode: 0644]
Demos/Host/LowLevel/MIDIHost/Doxygen.conf [new file with mode: 0644]
Demos/Host/LowLevel/MIDIHost/MIDIHost.c [new file with mode: 0644]
Demos/Host/LowLevel/MIDIHost/MIDIHost.h [new file with mode: 0644]
Demos/Host/LowLevel/MIDIHost/MIDIHost.txt [new file with mode: 0644]
Demos/Host/LowLevel/MIDIHost/makefile [new file with mode: 0644]
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.h
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.h
Demos/Host/LowLevel/makefile
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/LUFAPoweredProjects.txt
LUFA/ManPages/VIDAndPIDValues.txt