aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.c
Commit message (Expand)AuthorAgeFilesLines
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-8/+8
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-3/+3
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-4/+4
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-13/+13
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-22/+23
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-4/+4
* Fixed LowLevel PrinterHost demo not sending control requests to the attached ...Dean Camera2010-08-241-1/+1
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-9/+1
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-48/+22
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-326/+326
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+3
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fix newly renamed VirtualSerial demos' include filename references so that th...Dean Camera2009-12-071-2/+2
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-0/+323