aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-23 07:55:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-23 07:55:18 +0000
commit7f81803aaa312d589f79a77d1426150dcceb29f7 (patch)
treed23f2d3a2e56dfc805bedaf6b17172e4b48f8626 /LUFA/ManPages/FutureChanges.txt
parent189d0c7e669b6a3d07ed35c1eaa0bfc8cbc7a729 (diff)
downloadlufa-7f81803aaa312d589f79a77d1426150dcceb29f7.tar.gz
lufa-7f81803aaa312d589f79a77d1426150dcceb29f7.tar.bz2
lufa-7f81803aaa312d589f79a77d1426150dcceb29f7.zip
Fixed CDCHost demo unfreezing IN pipes during configuration, rather than during use.
Changed Pipe stream functions to automatically set the pipe token, allowing them to be used on bidirectional pipes without having to explicitly call Pipe_SetPipeToken() beforehand.
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 9704131b1..7c6e4ee32 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -25,4 +25,5 @@
* - Debug mode for pipe/endpoint calls
* - Add hub support to match Atmel's stack
* - Update Host mode Class Driver demo .txt files
+ * - Stream reads - return number of bytes not read?
*/