aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-09 04:27:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-09 04:27:53 +0000
commit34f6e0dd33230441b8a91130467b3164e343853e (patch)
treefaa956d17123ea95715e0feda413a23151016edb /LUFA/ChangeLog.txt
parentccf5bd19f2d750440043b242cf26fcda09b69cce (diff)
downloadlufa-34f6e0dd33230441b8a91130467b3164e343853e.tar.gz
lufa-34f6e0dd33230441b8a91130467b3164e343853e.tar.bz2
lufa-34f6e0dd33230441b8a91130467b3164e343853e.zip
Deleted Host ClassDriver demos -- not yet started, faster to rebase new ClassDriver demos from the newly schedulerless LowLevel host demos rather than re-convert each demo from the previous scheduler-based implementations.
Fixes to MassStorageHost demo to improve compatibility with more USB drives.
Diffstat (limited to 'LUFA/ChangeLog.txt')
-rw-r--r--LUFA/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 0410be4ba..4a9d6131a 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -22,6 +22,8 @@
* - Changed bootloaders to use FLASHEND rather than the existence of RAMPZ to determine if far FLASH pointers are needed
* - Error status LEDs shown when device endpoint configuration fails to complete
* - MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready
+ * - Fixes to MassStorageHost for better device compatibility (increase command timeout, change MassStore_WaitForDataReceived()
+ * to only unfreeze and check one data pipe at a time)
*
*
* \section Sec_ChangeLog090605 Version 090605