aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/CDCHost/CDCHost.c
Commit message (Expand)AuthorAgeFilesLines
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-071-191/+0
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+2
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-2/+2
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-22/+0
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-3/+8
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-0/+21
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-3/+2
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+7
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-6/+6
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-5/+5
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-3/+2
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Collapse configuration descriptor size retrieval and size testing into a sing...Dean Camera2009-07-271-10/+3
* Change Host mode class driver Pipe configuration routines -- better to let th...Dean Camera2009-07-271-4/+24
* Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...Dean Camera2009-07-271-0/+5
* Corrected new Pipe_IsEndpointBound() function.Dean Camera2009-07-261-4/+4
* Add PrinterHost demo to the documentation.Dean Camera2009-07-211-0/+8
* Add explicit guards to all device mode tasks to ensure the device is connecte...Dean Camera2009-07-211-5/+8
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-191-5/+4
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+15
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-191-3/+11
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-2/+8
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-0/+6
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-109/+0
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-091-0/+231
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-091-279/+0
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+279