Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / USB / USB.h
2011-06-08 Dean CameraAdded new Host mode Audio Class driver.
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-05-26 Dean CameraCopy out the EndpointStream and PipeStream functions...
2011-03-15 Dean CameraRemove redundant Doxygen guards from the internal prepr...
2011-02-20 Dean CameraRename architecture specific driver files, to make...
2011-02-20 Dean CameraMore updates to remove architecture-specific comments...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-16 Dean CameraMinor documentation corrections for the new HID report...
2011-01-08 Dean CameraMinor documentation improvements.
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-06 Dean CameraMake main readme file easier to read, and make document...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-03-29 Dean CameraAdd briefs for the library core structures.
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-02 Dean CameraAdd documentation to the USB Class Drivers module on...
2010-02-02 Dean CameraReplace the Webserver demo's uIP with the latest code...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-29 Dean CameraFixed USB driver failing to define the PLL prescaler...
2009-11-27 Dean CameraBetter checking of whether a packet is received in...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-13 Dean CameraCorrections, improvements and additions to the incomple...
2009-11-08 Dean CameraRemove dependancies from the LowLevel demos to the...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-08-30 Dean CameraRemove skeleton Audio and MIDI Host mode Class drivers...
2009-08-05 Dean CameraCommit for 090810rc1 release.
2009-07-16 Dean CameraAdded support for the new ATMEGA32U2, ATMEGA16U2 and...
2009-07-14 Dean CameraAdded better module summaries.
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-04 Dean CameraAdded Doxygen documentation to the Audio class driver...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-16 Dean CameraPartial commit: change references to Drivers/AT90USBXXX...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-05 Dean CameraMove StdRequestType.h, StreamCallbacks.h, USBMode.h...
2009-02-23 Dean CameraMoved all source to the trunk directory.