Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lufa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Erik Strand
lufa
Commits
e789ecaa
Commit
e789ecaa
authored
Apr 13, 2011
by
Dean Camera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create new tag for the 110528 release (Quality Assurance).
parent
e0852408
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/ChangeLog.txt
+1
-1
LUFA/ManPages/MigrationInformation.txt
LUFA/ManPages/MigrationInformation.txt
+1
-1
LUFA/Version.h
LUFA/Version.h
+2
-2
No files found.
LUFA/ManPages/ChangeLog.txt
View file @
e789ecaa
...
...
@@ -6,7 +6,7 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLog
XXXXXX Version XXXXXX
* \section Sec_ChangeLog
110528 Version 110528
* <b>New:</b>
* - Core:
* - Added new ORDERED_EP_CONFIG compile time option to restrict endpoint/pipe configuration to ascending order
...
...
LUFA/ManPages/MigrationInformation.txt
View file @
e789ecaa
...
...
@@ -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 101122 to XXXXXX
* \section Sec_Migration
110528 Migrating from 101122 to 110528
* <b>Non-USB Library Components</b>
* - The TWI driver \ref TWI_StartTransmission() function return type has now changed, so that the function returns an
* error code from the \ref TWI_ErrorCodes_t enum instead of a boolean success flag. Existing code must now check
...
...
LUFA/Version.h
View file @
e789ecaa
...
...
@@ -43,10 +43,10 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
/** Indicates the version number of the library, as an integer. */
#define LUFA_VERSION_INTEGER 0x
000000
#define LUFA_VERSION_INTEGER 0x
110528
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "
XXXXXX
"
#define LUFA_VERSION_STRING "
110528
"
#endif
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