aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/Lib/SoftUART.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-3/+3
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean Camera2012-05-151-1/+2
| | | | configuration file, all application headers include the configuration file.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-0/+1
| | | | trailing whitespace at the end of each line.
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Make a new general RingBuffer.h misc library driver, instead of the ↵Dean Camera2010-12-261-1/+0
| | | | | | | | per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver. Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size. Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.
* Changed the XPLAINBridge software UART to use the regular CTC mode instead ↵Dean Camera2010-11-251-2/+2
| | | | of the alternative CTC mode via the Input Capture register, to reduce user confusion.
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-10/+10
| | | | tool made by Laszlo Monda
* Fixed ISR definition conflict in the XPLAIN bridge between the software UART ↵Dean Camera2010-10-101-2/+7
| | | | and the AVRISP-MKII ISP modules.
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-211-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 Camera2010-07-151-3/+9
| | | | XPLAINBridge project.
* Major changes to the XPLAINBridge software UART code for performance and ↵Dean Camera2010-07-111-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 Camera2010-05-261-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 Camera2010-05-261-1/+1
| | | | rest of the XPLAINBridge project.
* Make software USART used in the XPLAINBridge project directly check and ↵Dean Camera2010-05-261-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 Camera2010-05-261-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 Camera2010-05-081-59/+59
| | | | correctly converted to the target system's native end of line style.
* Clean up XPLAINBridge code.Dean Camera2010-02-161-5/+5
|
* Update copyright year to 2010.Dean Camera2009-12-301-4/+4
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Add new more reliable software UART for the XPLAINBridge project by David ↵Dean Camera2009-12-021-0/+60
| | | | Prentice and Peter Danneger.
* Removed John Steggall's software UART code from the XPLAIN Bridge project ↵Dean Camera2009-12-021-75/+0
| | | | due to reliability issues.
* Updated John Steggall's software USART in the XPLAINBridge project.Dean Camera2009-11-261-2/+18
|
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-0/+59
software UART code).