aboutsummaryrefslogtreecommitdiff
path: root/Projects/USBtoSerial/USBtoSerial.c
AgeCommit message (Expand)Author
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-09-07Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-01-30Oops - fix up some calls to the old function names, include Serial Peripheral...Dean
2011-01-30Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-31Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean
2010-12-26Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean
2010-12-12Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean
2010-11-23Fixed Benito project discarding incoming data from the USB virtual serial por...Dean
2010-11-05Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean
2010-11-03Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-08-22Moved calls to Device mode Class Driver events to after the request has been ...Dean
2010-08-09Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean
2010-08-01Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean
2010-07-31Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean
2010-07-30Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean
2010-07-30Oops - need to turn off USART via control register B before reconfiguring, fi...Dean
2010-07-29Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean
2010-07-15Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean
2010-07-12Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean
2010-07-12Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean
2010-05-26Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-02Change AVRISP project's timeout to be interrupt based again, but make the int...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-03-16Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-06Add double banking property to LUFA powered projects in the Projects director...Dean
2009-10-26Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean
2009-10-18Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean