Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |