Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 15 | -13/+16 |
| | |||||
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 6 | -1/+10 |
| | |||||
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 39 | -29/+49 |
| | | | | | | 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 per-device controller preprocessor checks over to per-device series ↵ | Dean Camera | 2009-06-14 | 3 | -3/+3 |
| | | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds. | ||||
* | Changed to new device mode Class Driver function name prefixes to make way ↵ | Dean Camera | 2009-06-11 | 21 | -100/+101 |
| | | | | for similar host mode Class drivers. | ||||
* | Some minor whitespace corrections. | Dean Camera | 2009-06-11 | 20 | -207/+207 |
| | |||||
* | Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused ↵ | Dean Camera | 2009-06-10 | 1 | -0/+3 |
| | | | | read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes. | ||||
* | Add master device Host demo makefile. | Dean Camera | 2009-06-05 | 2 | -2/+0 |
| | | | | Copy and convert incomplete Bluetooth Host demo to the library. | ||||
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵ | Dean Camera | 2009-06-05 | 26 | -26/+13 |
| | | | | Fix makefiles of ClassDriver device demos. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 135 | -0/+42202 |
re-add old low level demos to a LowLevel subdirectory. |