From bcf07edeb2a172dd3aeef07908f3b7e9b235a164 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 22 Nov 2009 04:56:59 +0000 Subject: [PATCH] Commit for the 091122 release. --- LUFA/ManPages/ChangeLog.txt | 2 +- LUFA/ManPages/FutureChanges.txt | 28 ++++++++++++++------------ LUFA/ManPages/MigrationInformation.txt | 4 +--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 57a1a2b29f..57bfc1ee0b 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -6,7 +6,7 @@ /** \page Page_ChangeLog Project Changelog * - * \section Sec_ChangeLogXXXXXX Version XXXXXX + * \section Sec_ChangeLog091122 Version 091122 * * New: * - Added new Dual Role Keyboard/Mouse demo diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index f58b09cdaa..6aa29d6817 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -14,23 +14,25 @@ * Targeted for the Next Release (SVN Development Only): * * Targeted for Future Releases: - * - 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 */ diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index fe58efa1f2..d840576ffb 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -10,7 +10,7 @@ * to the next version released. It does not indicate all new additions to the library in each version change, only * areas relevant to making older projects compatible with the API changes of each new release. * - * \section Sec_MigrationXXXXXX Migrating from 090924 to XXXXXX + * \section Sec_Migration091122 Migrating from 090924 to 091122 * * Host Mode * - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow @@ -18,8 +18,6 @@ * user application, instead of just its attributes. * - The USB_GetDeviceConfigDescriptor() function was incorrectly named and is now called \ref USB_Host_GetDeviceConfigDescriptor(). * - No Migration information for this release - all library elements are backwards-compatible with 090924. - * * \section Sec_Migration090924 Migrating from 090810 to 090924 * * Non-USB Library Components