aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/MouseHost
Commit message (Expand)AuthorAgeFilesLines
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-202-2/+34
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-6/+1
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-0/+8
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-30/+47
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-3/+2
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Add new functions to the HID host class driver, refine HID interface protocol...Dean Camera2009-08-112-2/+1
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-111-1/+1
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+5
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-6/+6
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-052-10/+10
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-3/+2
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Collapse configuration descriptor size retrieval and size testing into a sing...Dean Camera2009-07-271-10/+3
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-4/+24
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-274-0/+2473
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-265-2669/+0
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-5/+5
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-3/+9
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1
* Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean Camera2009-06-154-229/+2
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-1/+1
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-1/+4
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-097-0/+2887
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-097-2938/+0
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-057-0/+2938