Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed ISR definition conflict in the XPLAIN bridge between the software UART ↵ | Dean Camera | 2010-10-10 | 1 | -9/+9 |
| | | | | and the AVRISP-MKII ISP modules. | ||||
* | Fix XPLAINBridge project discarding characters from the USB interface due to ↵ | Dean Camera | 2010-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | a double read from the endpoint. Make XPLAINBridge and USBtoSerial projects more reliable by forcing a flush if the UART-to-USB buffer becomes nearly full. Reduce locking in the LightweightRingBuffer.h header files by only locking on the update of the buffer count, and require insertions and removals from each buffer to occur in only one execution thread. Fix CDC_*_ReceiveByte() returning 0 when the interface is not configured, instead of the new -1 error value. Fix CDC_Host_ReceiveByte() not re-freezing the pipe if no packet has been received. Remove redundant Pipe token set commands in the CDC and RNDIS host class drivers. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Added ability to set the serial baud rate via the user's terminal in the ↵ | Dean Camera | 2010-07-15 | 1 | -4/+5 |
| | | | | XPLAINBridge project. | ||||
* | Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer ↵ | Dean Camera | 2010-07-12 | 1 | -1/+1 |
| | | | | overruns will not occur regardless of hardware and baud rate settings. | ||||
* | Add glitch protection to the software UART in the XPLAINBridge project code, ↵ | Dean Camera | 2010-07-12 | 1 | -7/+13 |
| | | | | so that very short glitches on the RX line don't cause a frame reception to occur. | ||||
* | Major changes to the XPLAINBridge software UART code for performance and ↵ | Dean Camera | 2010-07-11 | 1 | -50/+44 |
| | | | | reliability. New code reduces the number of missed characters and misread characters. | ||||
* | Make XPLAINBridge serial bridge much more reliable for the reception of ↵ | Dean Camera | 2010-06-24 | 1 | -11/+5 |
| | | | | characters from the XMEGA through the software UART interface. | ||||
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵ | Dean Camera | 2010-06-16 | 1 | -2/+2 |
| | | | | the new 1.7 Doxygen's default stylesheet is much better. | ||||
* | Slight improvements to the reliability of the software UART in the ↵ | Dean Camera | 2010-06-12 | 1 | -23/+20 |
| | | | | XPLAINBridge project. | ||||
* | 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. |