aboutsummaryrefslogtreecommitdiff
path: root/Demos/OTG/TestApp/TestEvents.c
AgeCommit message (Expand)Author
2009-09-29Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean
2009-08-06Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-07-19Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean
2009-06-04Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interfa...Dean
2009-06-04Fix Doxygen errors in demos.Dean
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean
2009-05-18Rewritten event system to remove all macros, to make user code clearer.Dean
2009-05-12Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean
2009-05-04Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean
2009-05-03More minor renaming of library enums and events to try to create a consistent...Dean
2009-04-22USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean
2009-03-20Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean