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