aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/HighLevel/Events.h
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-375/+0
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+1
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-301-3/+3
* Minor documentation improvements.Dean Camera2011-01-081-20/+20
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-8/+10
* 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-17/+18
* Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...Dean Camera2010-09-151-10/+0
* Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...Dean Camera2010-09-051-0/+18
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-2/+2
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-3/+5
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-1/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-3/+3
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...Dean Camera2010-06-161-4/+4
* Fix spacing of the function parameter descriptions in the Doxygen documentation.Dean Camera2010-05-291-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-362/+362
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-0/+11
* Add file-level brief documentation.Dean Camera2010-03-291-0/+19
* 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-6/+2
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-1/+1
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-1/+5
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-2/+7
* Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...Dean Camera2010-01-171-3/+9
* 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
* Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host mode (thanks to David ...Dean Camera2009-11-161-0/+5
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean Camera2009-10-141-5/+24
* Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean Camera2009-09-071-2/+8
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-201-1/+1
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+13
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-98/+60
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-2/+2
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-7/+7
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-1/+1
* Minor documentation page updates.Dean Camera2009-06-041-2/+2
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-6/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+6
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-12/+0
* Fix broken doxygen reference in last commit.Dean Camera2009-05-191-4/+3
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...Dean Camera2009-05-191-16/+20
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-169/+51
* Moved USB Host state machine code out from USBTask.c and into Host.c, where i...Dean Camera2009-05-131-1/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-041-13/+13
* More minor renaming of library enums and events to try to create a consistent...Dean Camera2009-05-031-5/+7
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-21/+15
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-2/+2