aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-08-12 16:27:06 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-08-12 16:27:06 +0200
commita4a6958524adab55b5306df7c9a5de70b359dfa1 (patch)
tree49861865ae15ea44db7066141580671492af6da7 /LUFA/DoxygenPages/ChangeLog.txt
parent5558b2f221e4bbbb4f6d20a72908ad62c1a5941b (diff)
downloadlufa-a4a6958524adab55b5306df7c9a5de70b359dfa1.tar.gz
lufa-a4a6958524adab55b5306df7c9a5de70b359dfa1.tar.bz2
lufa-a4a6958524adab55b5306df7c9a5de70b359dfa1.zip
Fix broken USART SPI driver for the AVR8 architecture.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-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 3dce7a33b..673cb7d93 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -40,6 +40,7 @@
* - Fixed Pipe_GetBoundEndpointAddress() returning invalid endpoint directions on AVR8 architecture devices (thanks to decerri)
* under some circumstances
* - Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan)
+ * - Fixed broken USART SPI driver for the AVR8 architecture due to incorrect initialization
* - Library Applications:
* - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an
* unknown SCSI command