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 | -5/+6 |
| | | | | 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 | -72/+72 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 1 | -2/+4 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Fixed LowLevel Keyboard demo not saving the issued report only after it has ↵ | Dean Camera | 2009-11-20 | 1 | -5/+6 |
| | | | | | | been written to the endpoint. Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos. | ||||
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 1 | -10/+5 |
| | | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. | ||||
* | Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias ↵ | Dean Camera | 2009-09-21 | 1 | -1/+1 |
| | | | | Hullin). | ||||
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 1 | -0/+14 |
| | | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 1 | -0/+60 |
re-add old low level demos to a LowLevel subdirectory. |