Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ring buffer library in Benito and USBtoSerial projects with the new ↵ | Dean Camera | 2010-05-26 | 1 | -9/+9 |
| | | | | lightweight ring buffer header to improve reliability. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -198/+198 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change AVRISP project's timeout to be interrupt based again, but make the ↵ | Dean Camera | 2010-05-02 | 1 | -1/+1 |
| | | | | | | interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan). | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+1 |
| | | | | be done in the user application once all init code has run. | ||||
* | Increased throughput of the USBtoSerial demo on systems that send multiple ↵ | Dean Camera | 2010-03-16 | 1 | -2/+2 |
| | | | | bytes per packet (thanks to Opendous Inc.). | ||||
* | 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 |
| | |||||
* | Add double banking property to LUFA powered projects in the Projects ↵ | Dean Camera | 2009-11-06 | 1 | -7/+10 |
| | | | | directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure. | ||||
* | Use clearer buffer names in the USBtoSerial project to prevent confusion. | Dean Camera | 2009-10-26 | 1 | -11/+11 |
| | |||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 1 | -0/+194 |
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. |