- * - Remake AVRStudio project files\r
- * - 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
- * - Port LUFA to other architectures\r
+ * - Code Features\r
+ * -# Add hub support when in Host mode for multiple devices\r
+ * -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error\r
+ * -# Add standardized descriptor names to class driver structures\r
+ * -# Add RNDIS Host Class driver\r
+ * -# Correct mishandling of error cases in Mass Storage demos\r
+ * - Documentation/Support\r
+ * -# Remake AVRStudio project files\r
+ * -# Add detailed overviews of how each demo works\r
+ * -# Master LUFA include file rather than per-module includes\r
+ * -# Change makefiles to allow for absolute LUFA location to be used\r
+ * -# Add board overviews\r
+ * -# Write LUFA tutorials\r
+ * - Demos/Projects\r
+ * -# Keyboard/Mouse Dual Class Host\r
+ * -# Multiple-Report HID device\r
+ * -# Device/Host bridge\r
+ * -# PDI Programming Support in the AVRISP Project\r
+ * - Ports\r