Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove hardcoded DOT path from all Doxygen config files. | Dean Camera | 2009-06-16 | 13 | -13/+13 | |
| | | | | Better documentation for the MissleLauncher project - add credit to PyLauncher project. | |||||
* | Pipe_GetErrorFlags() now returns additional error flags for overflow and ↵ | Dean Camera | 2009-06-16 | 2 | -6/+6 | |
| | | | | | | 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. | |||||
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 13 | -13/+13 | |
| | ||||||
* | Doxygen corrections to fix Doxygen warnings in some demos. | Dean Camera | 2009-06-15 | 1 | -1/+1 | |
| | ||||||
* | Changed per-device controller preprocessor checks over to per-device series ↵ | Dean Camera | 2009-06-14 | 4 | -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 Camera | 2009-06-11 | 4 | -11/+11 | |
| | ||||||
* | Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused ↵ | Dean Camera | 2009-06-10 | 6 | -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 Camera | 2009-06-08 | 13 | -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 Camera | 2009-06-07 | 42 | -1130/+587 | |
| | ||||||
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. ↵ | Dean Camera | 2009-06-05 | 13 | -13/+0 | |
| | | | | Fix makefiles of ClassDriver device demos. | |||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 138 | -0/+46078 | |
re-add old low level demos to a LowLevel subdirectory. |