aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MouseHostWithParser
Commit message (Expand)AuthorAgeFilesLines
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-2/+4
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-306-12/+12
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-286-42/+42
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-2/+2
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-041-1/+1
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-1/+1
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-044-7/+25
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-044-6/+11
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-032-6/+29
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-3/+2
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+1
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-082-3/+3
* Fix missing semicolons in the *WithParser Host mode demos.Dean Camera2009-09-291-1/+1
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-241-12/+7
* Fix more build errors in the LowLevel "WithParser" HID Host demos.Dean Camera2009-09-221-1/+1
* Add new error condition to the HID Report Parser for when a report is parsed ...Dean Camera2009-09-221-3/+7
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-211-3/+3
* Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...Dean Camera2009-09-211-4/+8
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Change HID report parser so that it can calculate and record the sizes (IN, O...Dean Camera2009-09-091-1/+15
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-30/+47
* Add user-filtering to the HID report parser, so that the user code can decide...Dean Camera2009-09-022-0/+26
* Oops - with new changes to the way the device Configuration Descriptor is ret...Dean Camera2009-08-312-6/+6
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-21/+17
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-10/+10
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-052-10/+10
* Fixed report data alignment issues in the MouseHostWithParser demo when X and...Dean Camera2009-07-281-6/+1
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-6/+3
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-1/+1
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-191-15/+14
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+7
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-3/+3
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-1/+1
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-2/+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/+8
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1