Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ↵ | Dean Camera | 2010-06-24 | 1 | -1/+1 |
| | | | | projects, so that they should never become full under normal conditions. | ||||
* | Oops - light weight ring buffer documentation used \ref instead of \param to ↵ | Dean Camera | 2010-06-10 | 1 | -4/+4 |
| | | | | document function parameters. | ||||
* | Add missing documentation to the lightweight ring buffer code in the ↵ | Dean Camera | 2010-06-10 | 1 | -89/+119 |
| | | | | XPLAINBridge project. | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Make software USART used in the XPLAINBridge project directly check and ↵ | Dean Camera | 2010-05-26 | 1 | -6/+7 |
| | | | | store into the ring buffers, rather than polling from the main program loop to avoid added latency. | ||||
* | Create a new LightweightRingBuffer.h header file for the XPLAIN project to ↵ | Dean Camera | 2010-05-26 | 1 | -0/+89 |
abstract out the new ring buffer without a performance penalty. |