| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 1 | -2/+2 |
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+2 |
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 1 | -2/+2 |
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -2/+2 |
* | Fixed USART reception overrun corrupting the internal buffers in the USBtoSer... | Dean Camera | 2014-08-10 | 1 | -1/+1 |
* | Only deque from the USBtoSerial's USB->USART buffer when the USART is idle. | Dean Camera | 2014-07-15 | 1 | -2/+2 |
* | Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud ... | Dean Camera | 2014-05-30 | 1 | -0/+6 |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
* | Extract interface numbers into enums. | László Monda | 2013-10-06 | 1 | -1/+1 |
* | Pseudo-port the projects and dual role demos for possible later multi-arch su... | Dean Camera | 2013-05-19 | 1 | -0/+2 |
* | Minor documentation improvements. | Dean Camera | 2013-05-14 | 1 | -2/+1 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
* | Increased throughput in the USBtoSerial project now that data transmission is... | Dean Camera | 2012-10-20 | 1 | -8/+2 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
* | Use the framework provided GlobalInterruptEnable() function instead of the AV... | Dean Camera | 2012-09-17 | 1 | -1/+1 |
* | Fixed lengthy timeouts in the USBtoSerial project if no application on the ho... | Dean Camera | 2012-09-16 | 1 | -12/+23 |
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -12/+18 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 1 | -1/+1 |
* | Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ... | Dean Camera | 2011-09-07 | 1 | -1/+1 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 1 | -5/+5 |
* | Oops - fix up some calls to the old function names, include Serial Peripheral... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer... | Dean Camera | 2010-12-31 | 1 | -3/+3 |
* | Make a new general RingBuffer.h misc library driver, instead of the per-appli... | Dean Camera | 2010-12-26 | 1 | -3/+10 |
* | Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects... | Dean Camera | 2010-12-12 | 1 | -1/+11 |
* | Fixed Benito project discarding incoming data from the USB virtual serial por... | Dean Camera | 2010-11-23 | 1 | -1/+1 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 1 | -2/+2 |
* | Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s... | Dean Camera | 2010-11-03 | 1 | -4/+10 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -15/+16 |
* | Moved calls to Device mode Class Driver events to after the request has been ... | Dean Camera | 2010-08-22 | 1 | -1/+1 |
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean Camera | 2010-08-09 | 1 | -3/+4 |
* | Fix XPLAINBridge project discarding characters from the USB interface due to ... | Dean Camera | 2010-08-01 | 1 | -7/+8 |
* | Fixed Serial peripheral driver not turning off the USART before reconfiguring... | Dean Camera | 2010-07-31 | 1 | -1/+1 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 1 | -7/+3 |
* | Oops - need to turn off USART via control register B before reconfiguring, fi... | Dean Camera | 2010-07-30 | 1 | -2/+2 |
* | Fixed Benito and USBtoSerial projects not turning off the USART before reconf... | Dean Camera | 2010-07-29 | 1 | -3/+10 |
* | Fixed possible buffer overrun in the XPLAINBridge project when in serial brid... | Dean Camera | 2010-07-15 | 1 | -1/+1 |
* | Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o... | Dean Camera | 2010-07-12 | 1 | -2/+2 |
* | Alter the ring buffer library headers to have both atomic and non-atomic inse... | Dean Camera | 2010-07-12 | 1 | -7/+16 |
* | Replace ring buffer library in Benito and USBtoSerial projects with the new l... | Dean Camera | 2010-05-26 | 1 | -9/+9 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -198/+198 |
* | Change AVRISP project's timeout to be interrupt based again, but make the int... | Dean Camera | 2010-05-02 | 1 | -1/+1 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 1 | -0/+1 |
* | Increased throughput of the USBtoSerial demo on systems that send multiple by... | Dean Camera | 2010-03-16 | 1 | -2/+2 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |