X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181..23f3c3deee8bd153d59f2ac4e659c71ee75915f7:/LUFA/ManPages/FutureChanges.txt
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt
index 8231ca958..1a2b7a031 100644
--- a/LUFA/ManPages/FutureChanges.txt
+++ b/LUFA/ManPages/FutureChanges.txt
@@ -11,17 +11,32 @@
* If you have an item to add to this list, please contact the library author via email, the LUFA mailing list,
* or post your suggestion as an enhancement request to the project bug tracker.
*
- * - Make new host class drivers
- * - Document new host class drivers
- * - Convert Host mode demos to class drivers
- * - Re-enable Host mode Class driver builds after completion
- * - Add standardized descriptor names to class driver structures, controlled by USE_NONSTANDARD_DESCRIPTOR_NAMES
+ * Targeted for This Release:
+ * - Host Mode Class Drivers
+ * -# Make new host class drivers
+ * -# Document new host class drivers
+ * -# 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
+ * - 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
+ *
+ * Targeted for Future Releases:
+ * - Remake AVRStudio project files
+ * - 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
- * - Port LUFA to the AVR32 UC3B series microcontrollers
- * - Port LUFA to the Atmel ARM7 series microcontrollers
- * - Remake AVRStudio project files
- * - Master LUFA include file
- * - Debug mode for pipe/endpoint calls
* - Add hub support to match Atmel's stack
+ * - Port LUFA to other architectures
+ * -# AVR32 UC3B series microcontrollers
+ * -# Atmel ARM7 series microcontrollers
*/