aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/CDC/Descriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* Move check for devices not supporting internal serials in demos which make ↵Dean Camera2009-09-011-4/+0
| | | | use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.
* Set all CDC and MassStorage device mode demos (LowLevel and ClassDriver) to ↵Dean Camera2009-07-301-0/+4
| | | | use the USE_INTERNAL_SERIAL feature, add compile time warnings for devices which do not have an internal serial.
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-1/+1
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+98
re-add old low level demos to a LowLevel subdirectory.