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
1f1bd69b
Commit
1f1bd69b
authored
Aug 15, 2012
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation and formatting updates.
parent
94f5f31f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/Build/lufa_sources.mk
+1
-1
1 addition, 1 deletion
LUFA/Build/lufa_sources.mk
LUFA/DoxygenPages/BuildSystem.txt
+8
-7
8 additions, 7 deletions
LUFA/DoxygenPages/BuildSystem.txt
with
9 additions
and
8 deletions
LUFA/Build/lufa_sources.mk
+
1
−
1
View file @
1f1bd69b
This diff is collapsed.
Click to expand it.
LUFA/DoxygenPages/BuildSystem.txt
+
8
−
7
View file @
1f1bd69b
...
@@ -15,14 +15,15 @@
...
@@ -15,14 +15,15 @@
* For details on the prerequisites needed for Linux and Windows machines to be able to use the LUFA
* For details on the prerequisites needed for Linux and Windows machines to be able to use the LUFA
* build system, see \ref Sec_Prerequisites.
* build system, see \ref Sec_Prerequisites.
*
*
* To use a LUFA build system module, simply add an include to your project makefile:
* To use a LUFA build system module, simply add an include to your project makefile. All user projects
* should at a minimum include \ref Page_BuildModule_CORE for base functionality:
* \code
* \code
* include $(LUFA_PATH)/Build/lufa_core.mk
* include $(LUFA_PATH)/Build/lufa_core.mk
* \endcode
* \endcode
*
*
*
And
the associated build module targets will be added to your
project's build makefile automatically.
*
Once included in your project makefile,
the associated build module targets will be added to your
* To call a build target, run <tt>make {TARGET_NAME}</tt>
from the command line, substituting in
*
project's build makefile targets automatically.
To call a build target, run <tt>make {TARGET_NAME}</tt>
* the appropriate target name.
*
from the command line, substituting in
the appropriate target name.
*
*
* \see \ref Sec_AppConfigParams for a copy of the sample LUFA project makefile.
* \see \ref Sec_AppConfigParams for a copy of the sample LUFA project makefile.
*
*
...
@@ -49,7 +50,7 @@
...
@@ -49,7 +50,7 @@
*
*
* The BUILD LUFA build system module, providing targets for the compilation,
* The BUILD LUFA build system module, providing targets for the compilation,
* assembling and linking of an application from source code into binary files
* assembling and linking of an application from source code into binary files
* suitable for programming into a target device.
* suitable for programming into a target device
, using the GCC compiler
.
*
*
* To use this module in your application makefile, add the following code:
* To use this module in your application makefile, add the following code:
* \code
* \code
...
@@ -381,7 +382,7 @@
...
@@ -381,7 +382,7 @@
* \section SSec_BuildModule_AVRDUDE_Requirements Requirements
* \section SSec_BuildModule_AVRDUDE_Requirements Requirements
* This module requires the <tt>avrdude</tt> utility to be available in your system's <b>PATH</b>
* This module requires the <tt>avrdude</tt> utility to be available in your system's <b>PATH</b>
* variable. The <tt>avrdude</tt> utility is distributed in the old WinAVR project releases for
* variable. The <tt>avrdude</tt> utility is distributed in the old WinAVR project releases for
* Windows (<a>winavr.sourceforge.net</a>) or can be installed on *nix systems via the project's
* Windows (<a>
http://
winavr.sourceforge.net</a>) or can be installed on *nix systems via the project's
* source code (<a>https://savannah.nongnu.org/projects/avrdude</a>) or through the package manager.
* source code (<a>https://savannah.nongnu.org/projects/avrdude</a>) or through the package manager.
*
*
* \section SSec_BuildModule_AVRDUDE_Targets Targets
* \section SSec_BuildModule_AVRDUDE_Targets Targets
...
...
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