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 | -2/+2 |
| | | | | lightweight ring buffer header to improve reliability. | ||||
* | Add better documentation to the Software UART code in the XPLAINBridge project. | Dean Camera | 2010-05-26 | 1 | -35/+71 |
| | |||||
* | Switch software UART over to timer 1 and remove timer prescaling to try to ↵ | Dean Camera | 2010-05-26 | 1 | -15/+15 |
| | | | | prevent integer rounding errors and thus minimize the possible error of the UART code. | ||||
* | Rename software USART driver globals to make the code more in line with the ↵ | Dean Camera | 2010-05-26 | 1 | -10/+10 |
| | | | | rest of the XPLAINBridge project. | ||||
* | Make software USART used in the XPLAINBridge project directly check and ↵ | Dean Camera | 2010-05-26 | 1 | -34/+27 |
| | | | | store into the ring buffers, rather than polling from the main program loop to avoid added latency. | ||||
* | The RingBuff library code has been replaced in the XPLAINBridge project with ↵ | Dean Camera | 2010-05-26 | 1 | -22/+10 |
| | | | | an ultra lightweight buffer to help improve the reliability of the bridge. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -143/+143 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 1 | -3/+3 |
| | |||||
* | Clean up XPLAINBridge code. | Dean Camera | 2010-02-16 | 1 | -4/+4 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -4/+4 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Started implementing the low level PDI protocol in the AVRISP project, for ↵ | Dean Camera | 2009-12-03 | 1 | -2/+2 |
| | | | | XMEGA device programming. | ||||
* | Add new more reliable software UART for the XPLAINBridge project by David ↵ | Dean Camera | 2009-12-02 | 1 | -0/+143 |
Prentice and Peter Danneger. |