diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-22 04:56:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-22 04:56:59 +0000 |
commit | bcf07edeb2a172dd3aeef07908f3b7e9b235a164 (patch) | |
tree | 864469984c2a9cfd183839a5cddf1a7eb6123179 /LUFA/ManPages/FutureChanges.txt | |
parent | 6c38ca28907034aa9a5f294dc26f98d90234dea8 (diff) | |
download | lufa-bcf07edeb2a172dd3aeef07908f3b7e9b235a164.tar.gz lufa-bcf07edeb2a172dd3aeef07908f3b7e9b235a164.tar.bz2 lufa-bcf07edeb2a172dd3aeef07908f3b7e9b235a164.zip |
Commit for the 091122 release.
Diffstat (limited to 'LUFA/ManPages/FutureChanges.txt')
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index f58b09cda..6aa29d681 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -14,23 +14,25 @@ * <b>Targeted for the Next Release (SVN Development Only):</b>
*
* <b>Targeted for Future Releases:</b>
- * - Add hub support to match Atmel's stack
- * - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
- * - Add standardized descriptor names to class driver structures
- * - Remake AVRStudio project files
- * - Add detailed overviews of how each demo works
- * - Master LUFA include file rather than per-module includes
- * - Change makefiles to allow for absolute LUFA location to be used
- * - Add board overviews
- * - Correct mishandling of error cases in Mass Storage demo
- * - Add RNDIS Host Class driver
- * - Make new demos
+ * - Code Features
+ * -# Add hub support when in Host mode for multiple devices
+ * -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
+ * -# Add standardized descriptor names to class driver structures
+ * -# Add RNDIS Host Class driver
+ * -# Correct mishandling of error cases in Mass Storage demos
+ * - Documentation/Support
+ * -# Remake AVRStudio project files
+ * -# Add detailed overviews of how each demo works
+ * -# Master LUFA include file rather than per-module includes
+ * -# Change makefiles to allow for absolute LUFA location to be used
+ * -# Add board overviews
+ * -# Write LUFA tutorials
+ * - Demos/Projects
* -# Keyboard/Mouse Dual Class Host
* -# Multiple-Report HID device
* -# Device/Host bridge
- * - Port LUFA codebase
+ * - Ports
* -# AVR32 UC3B series microcontrollers
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers
- * - Write LUFA tutorials
*/
|