aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/USB.h
Commit message (Expand)AuthorAgeFilesLines
* Rename architecture specific driver files, to make them appear with uniquely ...Dean Camera2011-02-201-6/+6
* More updates to remove architecture-specific comments from the documentation,...Dean Camera2011-02-201-5/+0
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-191-37/+36
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-2/+2
* Minor documentation corrections for the new HID report item constant defines.Dean Camera2011-01-161-0/+1
* Minor documentation improvements.Dean Camera2011-01-081-19/+19
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-3/+3
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-6/+6
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-0/+9
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-35/+35
* Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean Camera2010-08-221-0/+4
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-6/+6
* Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean Camera2010-07-211-6/+6
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-11/+11
* Make main readme file easier to read, and make documentation build instructio...Dean Camera2010-07-061-2/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-3/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-395/+395
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-6/+5
* Add briefs for the library core structures.Dean Camera2010-03-291-0/+2
* Add file-level brief documentation.Dean Camera2010-03-291-3/+3
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-3/+2
* More AVR32 achitecture ports.Dean Camera2010-02-241-4/+0
* More porting of the USB core to the AVR32.Dean Camera2010-02-231-0/+4
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-1/+2
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-0/+5
* Add documentation to the USB Class Drivers module on how to use the Host mode...Dean Camera2010-02-021-0/+109
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-021-0/+109
* 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 USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean Camera2009-11-291-8/+5
* Better checking of whether a packet is received in the RNDISEthernetHost Clas...Dean Camera2009-11-271-4/+4
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-261-2/+2
* Corrections, improvements and additions to the incomplete RNDISHost demo.Dean Camera2009-11-131-0/+9
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-081-2/+2
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+50
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-3/+0
* Commit for 090810rc1 release.Dean Camera2009-08-051-1/+5
* Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.Dean Camera2009-07-161-0/+2
* Added better module summaries.Dean Camera2009-07-141-1/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-14/+0
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-5/+1
* Added Doxygen documentation to the Audio class driver. Added new modules for ...Dean Camera2009-06-041-0/+27
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-2/+0
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-3/+2
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-3/+16
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-161-1/+1
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-0/+8