aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/CDC.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-8/+16
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-12/+66
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-91/+97
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-140/+7
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-111-15/+15
* Finished basic documentation of all device mode class drivers.Dean Camera2009-06-081-2/+4
* Finished CDC device class driver documentation.Dean Camera2009-06-081-0/+38
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-051-7/+23
* Fixed EVENT_USB_CDC_ControLineStateChanged() event not taking the CDC interfa...Dean Camera2009-06-041-6/+27
* Added Doxygen documentation to the Audio class driver. Added new modules for ...Dean Camera2009-06-041-0/+16
* Minor documentation page updates.Dean Camera2009-06-041-22/+31
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-0/+188