* <b>Targeted for the Next Release (SVN Development Only):</b>\r
*\r
* <b>Targeted for Future Releases:</b>\r
- * - Add hub support to match Atmel's stack\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
- * - 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
- * - Correct mishandling of error cases in Mass Storage demo\r
- * - Add RNDIS Host Class driver\r
- * - Make new demos\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
- * - Port LUFA codebase\r
+ * - Ports\r
* -# AVR32 UC3B series microcontrollers\r
* -# Atmel ARM7 series microcontrollers\r
* -# Other (commercial) C compilers\r
- * - Write LUFA tutorials\r
*/\r
* to the next version released. It does not indicate all new additions to the library in each version change, only\r
* areas relevant to making older projects compatible with the API changes of each new release.\r
*\r
- * \section Sec_MigrationXXXXXX Migrating from 090924 to XXXXXX\r
+ * \section Sec_Migration091122 Migrating from 090924 to 091122\r
* \r
* <b>Host Mode</b>\r
* - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow\r
* user application, instead of just its attributes.\r
* - The USB_GetDeviceConfigDescriptor() function was incorrectly named and is now called \ref USB_Host_GetDeviceConfigDescriptor().\r
*\r
- <b>No Migration information for this release - all library elements are backwards-compatible with 090924.</b>\r
- *\r
* \section Sec_Migration090924 Migrating from 090810 to 090924\r
*\r
* <b>Non-USB Library Components</b>\r