| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new Printer Device Class driver. | Dean Camera | 2013-05-05 | 1 | -15/+15 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
* | Fix missing briefs in the documentation for several modules, fix up invalid d... | Dean Camera | 2012-09-19 | 1 | -0/+4 |
* | Fix up makefile .NOTPARALLEL heuristics so that linear building is only enfor... | Dean Camera | 2012-07-10 | 1 | -2/+2 |
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ... | Dean Camera | 2012-05-20 | 1 | -12/+12 |
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -8/+18 |
* | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean Camera | 2012-02-24 | 1 | -6/+0 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Minor documentation improvements. | Dean Camera | 2012-02-02 | 1 | -39/+46 |
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -2/+2 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 1 | -1/+1 |
* | Convert the LowLevel AndroidAccessory demo to use the new class driver consta... | Dean Camera | 2011-11-24 | 1 | -1/+1 |
* | Add new Android Open Accessory class driver to the library core and add a new... | Dean Camera | 2011-11-24 | 1 | -0/+6 |
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri... | Dean Camera | 2011-11-18 | 1 | -8/+8 |
* | Added new Host mode Audio Class driver. | Dean Camera | 2011-06-08 | 1 | -1/+1 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -1/+1 |
* | Copy out the EndpointStream and PipeStream functions to each architecture, so... | Dean Camera | 2011-05-26 | 1 | -2/+2 |
* | Remove redundant Doxygen guards from the internal preprocessor definitions. | Dean Camera | 2011-03-15 | 1 | -3/+1 |
* | 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 |