Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 2 | -1/+2 |
| | |||||
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 1 | -0/+1 |
| | |||||
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 3 | -2/+4 |
| | | | | | | Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes. | ||||
* | Changed to new device mode Class Driver function name prefixes to make way ↵ | Dean Camera | 2009-06-11 | 2 | -12/+12 |
| | | | | for similar host mode Class drivers. | ||||
* | Some minor whitespace corrections. | Dean Camera | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵ | Dean Camera | 2009-06-05 | 2 | -2/+1 |
| | | | | Fix makefiles of ClassDriver device demos. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 8 | -0/+3039 |
re-add old low level demos to a LowLevel subdirectory. |