aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial/USBtoSerial.c
Commit message (Expand)AuthorAgeFilesLines
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-3/+4
* Fix XPLAINBridge project discarding characters from the USB interface due to ...Dean Camera2010-08-011-7/+8
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-1/+1
* Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...Dean Camera2010-07-301-7/+3
* Oops - need to turn off USART via control register B before reconfiguring, fi...Dean Camera2010-07-301-2/+2
* Fixed Benito and USBtoSerial projects not turning off the USART before reconf...Dean Camera2010-07-291-3/+10
* Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean Camera2010-07-151-1/+1
* Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o...Dean Camera2010-07-121-2/+2
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-121-7/+16
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-261-9/+9
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-198/+198
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-1/+1
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean Camera2010-03-161-2/+2
* 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
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-7/+10
* Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean Camera2009-10-261-11/+11
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-181-0/+194