Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
bcf07ede
Commit
bcf07ede
authored
Nov 22, 2009
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Commit for the 091122 release.
parent
6c38ca28
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
LUFA/ManPages/ChangeLog.txt
+1
-1
1 addition, 1 deletion
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
+15
-13
15 additions, 13 deletions
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/MigrationInformation.txt
+1
-3
1 addition, 3 deletions
LUFA/ManPages/MigrationInformation.txt
with
17 additions
and
17 deletions
LUFA/ManPages/ChangeLog.txt
+
1
−
1
View file @
bcf07ede
...
...
@@ -6,7 +6,7 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLog
XXXXXX
Version
XXXXXX
* \section Sec_ChangeLog
091122
Version
091122
*
* <b>New:</b>
* - Added new Dual Role Keyboard/Mouse demo
...
...
This diff is collapsed.
Click to expand it.
LUFA/ManPages/FutureChanges.txt
+
15
−
13
View file @
bcf07ede
...
...
@@ -14,23 +14,25 @@
* <b>Targeted for the Next Release (SVN Development Only):</b>
*
* <b>Targeted for Future Releases:</b>
* - 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
* - Port
s
* -# AVR32 UC3B series microcontrollers
* -# Atmel ARM7 series microcontrollers
* -# Other (commercial) C compilers
* - Write LUFA tutorials
*/
This diff is collapsed.
Click to expand it.
LUFA/ManPages/MigrationInformation.txt
+
1
−
3
View file @
bcf07ede
...
...
@@ -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_Migration
XXXXXX
Migrating from 090924 to
XXXXXX
* \section Sec_Migration
091122
Migrating from 090924 to
091122
*
* <b>Host Mode</b>
* - 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().
*
<b>No Migration information for this release - all library elements are backwards-compatible with 090924.</b>
*
* \section Sec_Migration090924 Migrating from 090810 to 090924
*
* <b>Non-USB Library Components</b>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment