aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/USB.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-7/+7
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+83