aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Host.h
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-527/+0
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+1
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-131-2/+2
* Minor documentation improvements.Dean Camera2011-01-081-11/+11
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-36/+37
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-121-5/+5
* Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.Dean Camera2010-10-121-1/+1
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-19/+25
* Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...Dean Camera2010-09-211-1/+1
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-0/+27
* Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...Dean Camera2010-09-041-3/+4
* Added board hardware driver support for the Olimex AVR-USB-162 development bo...Dean Camera2010-09-031-3/+3
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-151/+213
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-4/+6
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-10/+10
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-1/+1
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-428/+428
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-1/+1
* Add file-level brief documentation.Dean Camera2010-03-291-0/+9
* Fix incorrect LED mask name in the Webserver project.Dean Camera2010-03-091-2/+4
* Fix incorrect error when directly including the LUFA internal USB library com...Dean Camera2010-02-241-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-59/+33
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-29/+49
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-4/+10
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+6
* 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
* Add new USB_Host_GetDeviceStringDescriptor() convenience function.Dean Camera2009-12-061-0/+16
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-3/+3
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-17/+9
* Move unfinished SideShow source files to nested Lib directory for clarity.Dean Camera2009-07-201-2/+2
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-14/+97
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-4/+4
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-1/+1
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-0/+25
* Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...Dean Camera2009-06-161-0/+13
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-3/+3
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-1/+5
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-071-2/+2
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-4/+3
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-7/+7
* Fixed incorrect HID interface class and subclass values in the Mouse and Keyb...Dean Camera2009-04-191-1/+1
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-7/+2
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-53/+93
* Removed all binary constants and replaced with decimal or hexadecimal constan...Dean Camera2009-04-051-1/+1
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-3/+3