aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/USB.h
AgeCommit message (Expand)Author
2011-06-08Added new Host mode Audio Class driver.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-05-26Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean
2011-03-15Remove redundant Doxygen guards from the internal preprocessor definitions.Dean
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ...Dean
2011-02-20More updates to remove architecture-specific comments from the documentation,...Dean
2011-02-19Initial restructuring of the core USB driver module to support multiple archi...Dean
2011-02-19Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean
2011-01-16Minor documentation corrections for the new HID report item constant defines.Dean
2011-01-08Minor documentation improvements.Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-26Documentation improvements - put driver example code into its own section, fi...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-08-22Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-21Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...Dean
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
2010-07-06Make main readme file easier to read, and make documentation build instructio...Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-17Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-29Add file-level brief documentation.Dean
2010-02-24Revert changes made for the partial port to the AVR32 architecture.Dean
2010-02-24More AVR32 achitecture ports.Dean
2010-02-23More porting of the USB core to the AVR32.Dean
2010-02-23Start porting the USB core to the AVR32 UC3B.Dean
2010-02-11Add more include protection macros to give the user warnings when they try to...Dean
2010-02-02Add documentation to the USB Class Drivers module on how to use the Host mode...Dean
2010-02-02Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-29Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...Dean
2009-11-27Better checking of whether a packet is received in the RNDISEthernetHost Clas...Dean
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