Add MIDI class driver, update MIDI device demo to use the new USB class driver. All...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 1 Jun 2009 12:01:53 +0000 (12:01 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 1 Jun 2009 12:01:53 +0000 (12:01 +0000)
commit74b7c07e96562158de294f92baed4c83b4fce970
treeb0f9af20c5d6deeda4da8773100da33f841afcf4
parentd1e52660368d34d693131f6aff3c8fd8584162e5
Add MIDI class driver, update MIDI device demo to use the new USB class driver. All device demos/projects have now been converted to the new library class drivers, although documentation is yet to be completed.
13 files changed:
Demos/Device/AudioInput/Descriptors.h
Demos/Device/AudioOutput/Descriptors.h
Demos/Device/MIDI/Descriptors.h
Demos/Device/MIDI/MIDI.c
Demos/Device/MIDI/MIDI.h
Demos/Device/MIDI/makefile
LUFA.pnproj
LUFA/Drivers/USB/Class/Device/Audio.c
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Device/CDC.c
LUFA/Drivers/USB/Class/Device/MIDI.c [new file with mode: 0644]
LUFA/Drivers/USB/Class/Device/MIDI.h [new file with mode: 0644]
LUFA/Drivers/USB/Class/Device/RNDIS.h