Commit for the 091122 release.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 22 Nov 2009 04:56:59 +0000 (04:56 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 22 Nov 2009 04:56:59 +0000 (04:56 +0000)
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/MigrationInformation.txt

index 57a1a2b..57bfc1e 100644 (file)
@@ -6,7 +6,7 @@
 \r
  /** \page Page_ChangeLog Project Changelog\r
   *\r
-  *  \section Sec_ChangeLogXXXXXX Version XXXXXX\r
+  *  \section Sec_ChangeLog091122 Version 091122\r
   *\r
   *  <b>New:</b>\r
   *  - Added new Dual Role Keyboard/Mouse demo\r
index f58b09c..6aa29d6 100644 (file)
   *  <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
index fe58efa..d840576 100644 (file)
@@ -10,7 +10,7 @@
  *  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
@@ -18,8 +18,6 @@
  *      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