aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-25 11:59:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-25 11:59:55 +0000
commit4c9425c0d52fbfe45f6697d9124b022842049af6 (patch)
treed93245e7fd19b451ea6029fb19df962d4fccc0ed /LUFA/ManPages/ChangeLog.txt
parent3a79548dc2bfd08f13a387b5533d8598ba0078d7 (diff)
downloadlufa-4c9425c0d52fbfe45f6697d9124b022842049af6.tar.gz
lufa-4c9425c0d52fbfe45f6697d9124b022842049af6.tar.bz2
lufa-4c9425c0d52fbfe45f6697d9124b022842049af6.zip
Added periodic flush timer to the Benito project. Alter the serial transmission code so that sent bytes do not block the remainder of the main program code from running.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 423d7af74..c4f0f9401 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -32,7 +32,7 @@
* - 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
- * - The USBtoSerial project now flushes received data via a flush timer, so that several bytes can be transmitted at once
+ * - The USBtoSerial and Benito projects now flushes received data via a flush timer, so that several bytes can be transmitted at once
* - Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the
* behaviour of the command line tools used to perform the check on each platform
* - Internal USB driver source files renamed and moved to ease future possible architecture ports