aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/USBtoSerial/Descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-181-275/+0
| | | | CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
* Move check for devices not supporting internal serials in demos which make ↵Dean Camera2009-09-011-0/+12
| | | | use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-3/+3
|
* 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.
* Set all CDC and MassStorage device mode demos (LowLevel and ClassDriver) to ↵Dean Camera2009-07-301-1/+1
| | | | use the USE_INTERNAL_SERIAL feature, add compile time warnings for devices which do not have an internal serial.
* 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/+263
re-add old low level demos to a LowLevel subdirectory.