aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-10-18 05:35:48 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-10-18 05:35:48 +0000
commitde70f0f1cf034d8f22141a2825f24ad60d14421b (patch)
treeb980328a8351c30605be7794e2e20355c1494ad5 /LUFA/ManPages/FutureChanges.txt
parentc3dfc58707eafb6ed0efab5a50770294f5a6b3d3 (diff)
downloadlufa-de70f0f1cf034d8f22141a2825f24ad60d14421b.tar.gz
lufa-de70f0f1cf034d8f22141a2825f24ad60d14421b.tar.bz2
lufa-de70f0f1cf034d8f22141a2825f24ad60d14421b.zip
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 5610b7cb4..ea93258ba 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -23,8 +23,9 @@
* - Change makefiles to allow for absolute LUFA location to be used
* - Abstract out the physical media from the Mass Storage device demos
* - Add RNDIS Host Class driver
- * - Fix audio demos on Linux
+ * - Add unit testing to APIs
* - Make new demos
+ * -# Keyboard/Mouse Dual Class Host
* -# Multiple-report HID device
* -# Mouse/CDC Dual Class Device
* - Port LUFA to other architectures