Dean Camera
|
9798440ca4
|
Changed to new device mode Class Driver function name prefixes to make way for similar host mode Class drivers.
|
2009-06-11 06:15:45 +00:00 |
Dean Camera
|
4897ef8972
|
Ensure all USB device class drivers have the same three main functions as their interface for consistency.
|
2009-06-04 03:03:48 +00:00 |
Dean Camera
|
7c5444b89a
|
Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events.
Fixed MIDI class driver blocking on unread events to the host.
|
2009-06-02 10:54:32 +00:00 |
Dean Camera
|
74b7c07e96
|
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.
|
2009-06-01 12:01:53 +00:00 |