Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+1 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 3 | -5/+5 |
| | |||||
* | 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 | 3 | -37/+40 |
| | | | | tool made by Laszlo Monda | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 2 | -2/+2 |
| | | | | EN-GB spelling dictionary. | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 2 | -2/+4 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 3 | -308/+308 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 3 | -8/+8 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 3 | -21/+21 |
| | |||||
* | Add const qualifier to the parameters of Projects' functions where possible. | Dean Camera | 2009-12-20 | 2 | -6/+6 |
| | |||||
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -100/+100 |
| | |||||
* | Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ↵ | Dean Camera | 2009-08-19 | 1 | -1/+1 |
| | | | | | | project. Added documentation of the makefile CDEFS values to the MagStripe project. | ||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -4/+4 |
| | | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). | ||||
* | Moved out each demos' functionality library files (e.g. Ring Buffer library) ↵ | Dean Camera | 2009-05-22 | 3 | -0/+308 |
to /Lib directories for a better directory structure. |