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
f2993bd6
Commit
f2993bd6
authored
Sep 28, 2014
by
Dean Camera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation for the 140928 release.
parent
2d00107e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
LUFA/DoxygenPages/ChangeLog.txt
LUFA/DoxygenPages/ChangeLog.txt
+1
-1
LUFA/DoxygenPages/KnownIssues.txt
LUFA/DoxygenPages/KnownIssues.txt
+1
-1
LUFA/DoxygenPages/MigrationInformation.txt
LUFA/DoxygenPages/MigrationInformation.txt
+1
-1
LUFA/Version.h
LUFA/Version.h
+2
-2
No files found.
LUFA/DoxygenPages/ChangeLog.txt
View file @
f2993bd6
...
...
@@ -6,7 +6,7 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLog
XXXXXX Version XXXXXX
* \section Sec_ChangeLog
140928 Version 140928
* <b>New:</b>
* - Core:
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
...
...
LUFA/DoxygenPages/KnownIssues.txt
View file @
f2993bd6
...
...
@@ -9,7 +9,7 @@
* issues in the library. Most of these issues should be corrected in the future release - see
* \ref Page_FutureChanges for a list of planned changes in future releases.
*
* \section Sec_KnownIssues
XXXXXX Version XXXXXX
* \section Sec_KnownIssues
140928 Version 140928
* - AVR8 Architecture
* - No known issues.
* - UC3 Architecture
...
...
LUFA/DoxygenPages/MigrationInformation.txt
View file @
f2993bd6
...
...
@@ -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 140302 to XXXXXX
* \section Sec_Migration
140928 Migrating from 140302 to 140928
* <b>Device Mode</b>
* - The device mode RNDIS class driver now requires a user-supplied buffer and buffer length to operate, rather
* than allocating this buffer internally.
...
...
LUFA/Version.h
View file @
f2993bd6
...
...
@@ -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
140928
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "
000000
"
#define LUFA_VERSION_STRING "
140928
"
#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