aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver
Commit message (Collapse)AuthorAgeFilesLines
* Move LUFA compile time options to a new section in the application makefiles ↵Dean Camera2009-06-1913-53/+124
| | | | for clarity.
* Break device mode class driver interfaces into seperate config and state ↵Dean Camera2009-06-1826-224/+352
| | | | structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-1613-13/+13
| | | | Better documentation for the MissleLauncher project - add credit to PyLauncher project.
* Pipe_GetErrorFlags() now returns additional error flags for overflow and ↵Dean Camera2009-06-161-2/+2
| | | | | | underflow errors. Change MIDI demos to use real MIDI command values, and shift for the USB wrapper, rather than shift for the MIDI bytes. This is a little confusing for the MIDI USB wrapper, but allows for the use of real standardized MIDI command values.
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-161-2/+2
|
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-1515-13/+16
|
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-156-1/+10
|
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-1439-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 Camera2009-06-143-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 Camera2009-06-1121-100/+101
| | | | for similar host mode Class drivers.
* Some minor whitespace corrections.Dean Camera2009-06-1120-207/+207
|
* Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused ↵Dean Camera2009-06-101-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 Camera2009-06-052-2/+0
| | | | Copy and convert incomplete Bluetooth Host demo to the library.
* Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵Dean Camera2009-06-0526-26/+13
| | | | Fix makefiles of ClassDriver device demos.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-05135-0/+42202
re-add old low level demos to a LowLevel subdirectory.