aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-07-15 21:23:51 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-07-15 21:23:51 +1000
commitd90ef9aa2f97a5f8b5fd2cf0bd9564025d069f6e (patch)
tree0d740956f1eba512331ba0a962a9fa4d211366ae /LUFA/DoxygenPages
parent3d818fbb86ddb648c6df4d9389dc025510a169b6 (diff)
downloadlufa-d90ef9aa2f97a5f8b5fd2cf0bd9564025d069f6e.tar.gz
lufa-d90ef9aa2f97a5f8b5fd2cf0bd9564025d069f6e.tar.bz2
lufa-d90ef9aa2f97a5f8b5fd2cf0bd9564025d069f6e.zip
Only deque from the USBtoSerial's USB->USART buffer when the USART is idle.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index a03d389b4..e16fcbec1 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -22,6 +22,7 @@
* - Fixed missing HID report ID prefix on HID class driver GetReport request responses (thanks to Bert van Hall)
* - Library Applications:
* - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen)
+ * - Fixed blocking USART reads causing low throughput on slow baud rates in the USBtoSerial project (thanks to Nevada Smith)
*
* \section Sec_ChangeLog140302 Version 140302
* <b>New:</b>