Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
bcf07ede
Commit
bcf07ede
authored
Nov 22, 2009
by
Dean Camera
Browse files
Commit for the 091122 release.
parent
6c38ca28
Changes
3
Hide whitespace changes
Inline
Side-by-side
LUFA/ManPages/ChangeLog.txt
View file @
bcf07ede
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
/** \page Page_ChangeLog Project Changelog
/** \page Page_ChangeLog Project Changelog
*
*
* \section Sec_ChangeLog
XXXXXX
Version
XXXXXX
* \section Sec_ChangeLog
091122
Version
091122
*
*
* <b>New:</b>
* <b>New:</b>
* - Added new Dual Role Keyboard/Mouse demo
* - Added new Dual Role Keyboard/Mouse demo
...
...
LUFA/ManPages/FutureChanges.txt
View file @
bcf07ede
...
@@ -14,23 +14,25 @@
...
@@ -14,23 +14,25 @@
* <b>Targeted for the Next Release (SVN Development Only):</b>
* <b>Targeted for the Next Release (SVN Development Only):</b>
*
*
* <b>Targeted for Future Releases:</b>
* <b>Targeted for Future Releases:</b>
* - Add hub support to match Atmel's stack
* - Code Features
* - Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add hub support when in Host mode for multiple devices
* - Add standardized descriptor names to class driver structures
* -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* - Remake AVRStudio project files
* -# Add standardized descriptor names to class driver structures
* - Add detailed overviews of how each demo works
* -# Add RNDIS Host Class driver
* - Master LUFA include file rather than per-module includes
* -# Correct mishandling of error cases in Mass Storage demos
* - Change makefiles to allow for absolute LUFA location to be used
* - Documentation/Support
* - Add board overviews
* -# Remake AVRStudio project files
* - Correct mishandling of error cases in Mass Storage demo
* -# Add detailed overviews of how each demo works
* - Add RNDIS Host Class driver
* -# Master LUFA include file rather than per-module includes
* - Make new demos
* -# Change makefiles to allow for absolute LUFA location to be used
* -# Add board overviews
* -# Write LUFA tutorials
* - Demos/Projects
* -# Keyboard/Mouse Dual Class Host
* -# Keyboard/Mouse Dual Class Host
* -# Multiple-Report HID device
* -# Multiple-Report HID device
* -# Device/Host bridge
* -# Device/Host bridge
* - Port
LUFA codebase
* - Port
s
* -# AVR32 UC3B series microcontrollers
* -# AVR32 UC3B series microcontrollers
* -# Atmel ARM7 series microcontrollers
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers
* -# Other (commercial) C compilers
* - Write LUFA tutorials
*/
*/
LUFA/ManPages/MigrationInformation.txt
View file @
bcf07ede
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* 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.
* areas relevant to making older projects compatible with the API changes of each new release.
*
*
* \section Sec_Migration
XXXXXX
Migrating from 090924 to
XXXXXX
* \section Sec_Migration
091122
Migrating from 090924 to
091122
*
*
* <b>Host Mode</b>
* <b>Host Mode</b>
* - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow
* - The HID_PARSE_UsageStackOverflow HID parser error constant is now named \ref HID_PARSE_UsageListOverflow
...
@@ -18,8 +18,6 @@
...
@@ -18,8 +18,6 @@
* user application, instead of just its attributes.
* user application, instead of just its attributes.
* - The USB_GetDeviceConfigDescriptor() function was incorrectly named and is now called \ref USB_Host_GetDeviceConfigDescriptor().
* - The USB_GetDeviceConfigDescriptor() function was incorrectly named and is now called \ref USB_Host_GetDeviceConfigDescriptor().
*
*
<b>No Migration information for this release - all library elements are backwards-compatible with 090924.</b>
*
* \section Sec_Migration090924 Migrating from 090810 to 090924
* \section Sec_Migration090924 Migrating from 090810 to 090924
*
*
* <b>Non-USB Library Components</b>
* <b>Non-USB Library Components</b>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment