diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-11 14:14:08 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-11 14:14:08 +0000 |
commit | 229935184b3ca7eda9edd6b7d7851f53b2441a65 (patch) | |
tree | 011238e1c71075780e859a8d7e83490b197c5350 /LUFA | |
parent | 2b0d93c1297f5d7dd6af1bb0b8d599313a61bdd5 (diff) | |
download | lufa-229935184b3ca7eda9edd6b7d7851f53b2441a65.tar.gz lufa-229935184b3ca7eda9edd6b7d7851f53b2441a65.tar.bz2 lufa-229935184b3ca7eda9edd6b7d7851f53b2441a65.zip |
Major changes to the XPLAINBridge software UART code for performance and reliability. New code reduces the number of missed characters and misread characters.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 0a2f43a33..8164f3084 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -27,6 +27,7 @@ * - The USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros have been deleted, as they are now obsolete * - Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functions so that they compile down in most instances to * minimal loads and stores rather than complicated shifts + * - The software UART in the XPLAINBridge has been largely altered to try to improve upon its performance and reliability * * <b>Fixed:</b> * - Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs after programming or reading from |