aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MIDI/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the ↵Dean Camera2009-08-021-1/+1
| | | | existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
* Reduce struct name pollution - group typedef struct names by class driver ↵Dean Camera2009-06-261-5/+5
| | | | name where appropriate.
* Some minor whitespace corrections.Dean Camera2009-06-111-2/+2
|
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+325
re-add old low level demos to a LowLevel subdirectory.