Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation improvements - put driver example code into its own section, ↵ | Dean Camera | 2010-12-26 | 1 | -4/+4 |
| | | | | fix incorrect and missing section names. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -4/+5 |
| | | | | tool made by Laszlo Monda | ||||
* | Fix typos in the project overview text files. | Dean Camera | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Clarify in the project documentation files what the each of the different ↵ | Dean Camera | 2010-08-31 | 1 | -4/+4 |
| | | | | USB AVR device "series" comprises of. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -2/+2 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -81/+81 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Speed up bit-banged USART code in the AVRISP project. | Dean Camera | 2009-12-15 | 1 | -7/+7 |
| | | | | Fix project text files to refer to "project" instead of "demo". | ||||
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵ | Dean Camera | 2009-11-25 | 1 | -6/+11 |
| | | | | software UART code). | ||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 1 | -0/+77 |
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. |