aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/Joystick/Joystick.c
Commit message (Expand)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fix build and Doxygen errors.Dean Camera2009-11-251-0/+1
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-231-1/+1
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-3/+3
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-061-5/+6
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-8/+4
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-6/+6
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-311-3/+12
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-2/+1
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-2/+0
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-10/+10
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-13/+19
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-151-0/+2
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-6/+6
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+171