aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-22 07:53:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-22 07:53:57 +0000
commit576f40f5aec3d7e48ed949fd24494b6cfb3ec93f (patch)
treeb177b7ca2be074037ba8bf68ac7b3ee6b3b01a82 /LUFA/ManPages/FutureChanges.txt
parent242303c1607fca405d9407b9fab6fb78cae676e2 (diff)
downloadlufa-576f40f5aec3d7e48ed949fd24494b6cfb3ec93f.tar.gz
lufa-576f40f5aec3d7e48ed949fd24494b6cfb3ec93f.tar.bz2
lufa-576f40f5aec3d7e48ed949fd24494b6cfb3ec93f.zip
Move Dataflash operational checking code out from SCSI.c into the DataflashManager.c in the Device mode Mass Storage demos.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index c5fcbc586..c5f6fe22a 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -21,6 +21,7 @@
* - Add detailed overviews of how each demo works
* - Master LUFA include file rather than per-module includes
* - Change makefiles to allow for absolute LUFA location to be used
+ * - Abstract out the physical media from the Mass Storage device demos
* - Make new demos
* -# Multiple-report HID device
* -# Dual Role Mouse Host/Keyboard Device