Minor documentation improvements.
This commit is contained in:
parent
c41bbf9fcc
commit
e7e45baef1
3 changed files with 21 additions and 21 deletions
|
@ -8,21 +8,20 @@
|
|||
*
|
||||
* If the target microcontroller model, architecture, clock speed, board or other settings are different from the current
|
||||
* settings, they must be changed and the project recompiled from the source code before being programmed into the microcontroller.
|
||||
* Most project configuration options are located in the "makefile" build script inside each LUFA application's folder, however
|
||||
* some demo or application-specific configuration settings (such as the output format in the AudioOut demo) are located in one or
|
||||
* more of the source files of the project. See each project's individual documentation for application-specific configuration
|
||||
* values.
|
||||
* Most project configuration options are located in the <tt>makefile</tt> build script inside each LUFA application's folder,
|
||||
* however some demo or application-specific configuration settings are located in one or more of the source files of the project.
|
||||
* See each project's individual documentation for application-specific configuration values.
|
||||
*
|
||||
* Each project "makefile" contains all the script and configuration data required to compile each project. When opened with
|
||||
* any regular basic text editor such as Notepad or WordPad (ensure that the save format is a pure ASCII text format) the
|
||||
* build configuration settings may be altered.
|
||||
*
|
||||
* \see \ref Page_BuildSystem for information on the LUFA build system.
|
||||
*
|
||||
* \section Sec_AppConfigParams The Default Application Template
|
||||
*
|
||||
* Below is a copy of the default LUFA application makefile, which can be used as a template for each application.
|
||||
*
|
||||
* \see \ref Page_BuildSystem for information on the LUFA build system.
|
||||
*
|
||||
* \verbinclude makefile_template
|
||||
*
|
||||
* Inside each makefile, a number of configuration variables are listed with the syntax "<VARIABLE NAME> = <VALUE>". For
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue