Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -1/+1 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Added ability to set the serial baud rate via the user's terminal in the ↵ | Dean Camera | 2010-07-15 | 1 | -3/+9 |
| | | | | XPLAINBridge project. | ||||
* | Major changes to the XPLAINBridge software UART code for performance and ↵ | Dean Camera | 2010-07-11 | 1 | -1/+1 |
| | | | | reliability. New code reduces the number of missed characters and misread characters. | ||||
* | Switch software UART over to timer 1 and remove timer prescaling to try to ↵ | Dean Camera | 2010-05-26 | 1 | -1/+1 |
| | | | | 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 | -1/+1 |
| | | | | rest of the XPLAINBridge project. | ||||
* | Make software USART used in the XPLAINBridge project directly check and ↵ | Dean Camera | 2010-05-26 | 1 | -17/+3 |
| | | | | 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 | -4/+17 |
| | | | | 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 | -59/+59 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Clean up XPLAINBridge code. | Dean Camera | 2010-02-16 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | Add new more reliable software UART for the XPLAINBridge project by David ↵ | Dean Camera | 2009-12-02 | 1 | -0/+60 |
| | | | | Prentice and Peter Danneger. | ||||
* | Removed John Steggall's software UART code from the XPLAIN Bridge project ↵ | Dean Camera | 2009-12-02 | 1 | -75/+0 |
| | | | | due to reliability issues. | ||||
* | Updated John Steggall's software USART in the XPLAINBridge project. | Dean Camera | 2009-11-26 | 1 | -2/+18 |
| | |||||
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵ | Dean Camera | 2009-11-25 | 1 | -0/+59 |
software UART code). |