aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/DualCDC/Descriptors.h
AgeCommit message (Collapse)Author
2009-12-07Rename CDC demos to VirtualSerial.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@953 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-09-01Move check for devices not supporting internal serials in demos which make ↵Dean
use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@802 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-07-30Set all CDC and MassStorage device mode demos (LowLevel and ClassDriver) to ↵Dean
use the USE_INTERNAL_SERIAL feature, add compile time warnings for devices which do not have an internal serial. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@701 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean
Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@594 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-11Some minor whitespace corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@590 d5102386-fcda-11dd-9fdb-3debd5008f28
2009-06-05Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean
re-add old low level demos to a LowLevel subdirectory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@572 d5102386-fcda-11dd-9fdb-3debd5008f28