aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel
Commit message (Collapse)AuthorAgeFilesLines
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-1513-13/+13
|
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-151-1/+1
|
* Changed per-device controller preprocessor checks over to per-device series ↵Dean Camera2009-06-144-7/+7
| | | | | | for better device control. Fixed error in Endpoint.c using HSOFI rather than SOFI for counting elapsed milliseconds.
* Some minor whitespace corrections.Dean Camera2009-06-114-11/+11
|
* Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused ↵Dean Camera2009-06-106-61/+59
| | | | read-in events from the host, use standard MIDI event structure in low level demo rather than sending individual bytes.
* Error status LEDs shown when device endpoint configuration fails to complete.Dean Camera2009-06-0813-138/+229
| | | | MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready.
* Converted device mode low-level demos to schedulerless.Dean Camera2009-06-0742-1130/+587
|
* Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵Dean Camera2009-06-0513-13/+0
| | | | Fix makefiles of ClassDriver device demos.
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-05138-0/+46078
re-add old low level demos to a LowLevel subdirectory.