Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 2 | -4/+4 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 2 | -2/+2 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 2 | -21/+23 |
| | | | | tool made by Laszlo Monda | ||||
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 2 | -7/+7 |
| | |||||
* | Added LEDs_ToggleLEDs() function to several board LED drivers which were ↵ | Dean Camera | 2010-09-09 | 1 | -1/+1 |
| | | | | | | missing it (thanks to Andrei Krainev). Simplify some of the LED driver functions to produce more compact code. | ||||
* | Add missing const qualifiers to class drivers. | Dean Camera | 2010-07-21 | 1 | -1/+2 |
| | | | | Indent core library function parameters so that there is only one parameter per line, to increase readability. | ||||
* | Minor documentation cleanups. | 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 | 2 | -224/+224 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Oops, incorrectly edited the Benito buttons driver file instead of the ↵ | Dean Camera | 2010-03-30 | 1 | -6/+6 |
| | | | | | | JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files. | ||||
* | Oops - make sure board driver dispatch headers test for the correct BOARD ↵ | Dean Camera | 2010-03-30 | 1 | -6/+6 |
| | | | | | | define values. Add button support for the BENITO board target. | ||||
* | Added support for the JM-DB-U2 board hardware. | Dean Camera | 2010-03-30 | 2 | -0/+224 |