Added incomplete PrinterHost demo application.
[pub/lufa.git] / LUFA / ManPages / FutureChanges.txt
index 51a4bab..1a2b7a0 100644 (file)
   *     -# Convert Host mode demos to class drivers\r
   *     -# Re-enable Host mode Class driver builds after completion\r
   *     -# Update Host mode Class Driver demo .txt files\r
-  *  - Add standardized descriptor names to device and host class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES\r
+  *  - Add standardized descriptor names to device and host class driver structures\r
+  *  - Remove USE_NONSTANDARD_DESCRIPTOR_NAMES, make all typedefs unions to allow either naming scheme to be used\r
+  *  - Add in INTERRUPT_CONTROL_PIPE to use HSOFI to trigger calls to the host state machine\r
+  *  - Remove FAST_STREAM_TRANSFERS as they have little effect\r
+  *  - Make Suspend host state suspend USB bus frames\r
+  *  - Add in Stream functions for PROGMEM, EEPROM -- move to templated system\r
   *  - Debug mode for pipe/endpoint calls\r
   *  - Test and document new FAST_STREAM_TRANSFERS compile time option\r
   *\r
@@ -27,6 +32,7 @@
   *  - Add detailed overviews of how each demo works\r
   *  - Master LUFA include file rather than per-module includes\r
   *  - Stream reads - return number of bytes not read?\r
+  *  - Convert CDC demos to use stdio streams?\r
   *  - Add multiple-report HID demo to the library\r
   *  - Add dual role Mouse Host/Keyboard Device demo to the library\r
   *  - Add hub support to match Atmel's stack\r