aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/FutureChanges.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-11 15:05:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-11 15:05:56 +0000
commite0af6014a746b1ef0707d388a58bcf77b9ea47f1 (patch)
tree7c12ca6cbb651560a90c5a625228c65b3c1efcb9 /LUFA/ManPages/FutureChanges.txt
parentb462f2d457ec2f0cfa22a1c3db198cb22f6809a1 (diff)
downloadlufa-e0af6014a746b1ef0707d388a58bcf77b9ea47f1.tar.gz
lufa-e0af6014a746b1ef0707d388a58bcf77b9ea47f1.tar.bz2
lufa-e0af6014a746b1ef0707d388a58bcf77b9ea47f1.zip
Added incomplete PrinterHost demo application.
Seperated out Lib components of the incomplete BluetoothHost demo application out into a seperate Lib subfolder. Changed F_CLOCK entries in project makefiles to alias to F_CPU by default, as this is the most common case.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r--LUFA/ManPages/FutureChanges.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 51a4bab47..1a2b7a031 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -18,7 +18,12 @@
* -# Convert Host mode demos to class drivers
* -# Re-enable Host mode Class driver builds after completion
* -# Update Host mode Class Driver demo .txt files
- * - Add standardized descriptor names to device and host class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
+ * - Add standardized descriptor names to device and host class driver structures
+ * - Remove USE_NONSTANDARD_DESCRIPTOR_NAMES, make all typedefs unions to allow either naming scheme to be used
+ * - Add in INTERRUPT_CONTROL_PIPE to use HSOFI to trigger calls to the host state machine
+ * - Remove FAST_STREAM_TRANSFERS as they have little effect
+ * - Make Suspend host state suspend USB bus frames
+ * - Add in Stream functions for PROGMEM, EEPROM -- move to templated system
* - Debug mode for pipe/endpoint calls
* - Test and document new FAST_STREAM_TRANSFERS compile time option
*
@@ -27,6 +32,7 @@
* - Add detailed overviews of how each demo works
* - Master LUFA include file rather than per-module includes
* - Stream reads - return number of bytes not read?
+ * - Convert CDC demos to use stdio streams?
* - Add multiple-report HID demo to the library
* - Add dual role Mouse Host/Keyboard Device demo to the library
* - Add hub support to match Atmel's stack