aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-17 04:10:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-17 04:10:30 +0000
commit6380d057f8911f5d09bdffff4220aa9602df49e2 (patch)
tree12456118c9c91c9521abfe3475d9d025d56aa38b /LUFA
parent11bb2f21720c2af4b29732ca128963869e5c512c (diff)
downloadlufa-6380d057f8911f5d09bdffff4220aa9602df49e2.tar.gz
lufa-6380d057f8911f5d09bdffff4220aa9602df49e2.tar.bz2
lufa-6380d057f8911f5d09bdffff4220aa9602df49e2.zip
Fixed CDC and USBtoSerial demos freezing where buffers were full while still transmitting or receiving (thanks to Peter Hand).
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 115a04a12..e504c39a6 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -48,6 +48,7 @@
* - Removed old endpoint and pipe aliased read/write/discard routines which did not have an explicit endian specifier for clarity
* - Removed the ButtLoadTag.h header file, as no one used for its intended purpose anyway
* - Renamed the main Drivers/AT90USBXXX directory to Drivers/Peripheral, renamed the Serial_Stream driver to SerialStream
+ * - Fixed CDC and USBtoSerial demos freezing where buffers were full while still transmitting or receiving (thanks to Peter Hand)
*
*
* \section Sec_ChangeLog090401 Version 090401