Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 1 | -119/+0 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Start update of documentation to support possible multiple architectures in ↵ | Dean Camera | 2011-02-20 | 1 | -2/+0 |
| | | | | the future - alter \file documentation to automatically copy in the module documentation where possible. | ||||
* | Initial restructuring of the core USB driver module to support multiple ↵ | Dean Camera | 2011-02-19 | 1 | -1/+1 |
| | | | | architectures in the future. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -1/+1 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | 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, ↵ | Dean Camera | 2010-12-26 | 1 | -1/+1 |
| | | | | fix incorrect and missing section names. | ||||
* | Move RNDISConstants.h into the RNDIS class driver common definition header. | Dean Camera | 2010-10-28 | 1 | -0/+3 |
| | | | | Add logical grouping of related #define values for better Doxygen documentation. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Add descriptor class, subclass and protocol constants to the class drivers, ↵ | Dean Camera | 2010-10-25 | 1 | -10/+26 |
| | | | | | | | | modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition. | ||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 1 | -4/+20 |
| | | | | | | is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -9/+10 |
| | | | | tool made by Laszlo Monda | ||||
* | More documentation fixes. | Dean Camera | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -85/+85 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change over unix line-endings to dos line endings. | Dean Camera | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | 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 | -0/+7 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 1 | -1/+6 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | 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 |
| | |||||
* | Add missing Printer.h common class driver file. | Dean Camera | 2009-11-04 | 1 | -0/+71 |