aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/USB.h
AgeCommit message (Expand)Author
2009-11-26Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean
2009-11-13Corrections, improvements and additions to the incomplete RNDISHost demo.Dean
2009-11-08Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean
2009-11-04Added new Printer Host mode Class driver.Dean
2009-08-30Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean
2009-08-05Commit for 090810rc1 release.Dean
2009-07-16Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.Dean
2009-07-14Added better module summaries.Dean
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean
2009-06-14Changed per-device controller preprocessor checks over to per-device series f...Dean
2009-06-04Added Doxygen documentation to the Audio class driver. Added new modules for ...Dean
2009-06-01Commit of new class abstraction APIs for all device demos other than the MIDI...Dean
2009-05-22Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean
2009-04-17More documentation changes for better module-level documentation rather than ...Dean
2009-04-16Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean
2009-04-16Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean
2009-04-05Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean
2009-03-04Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean