projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add checks to the endpoint and pipe configure functions and fail if the requested...
[pub/USBasp.git]
/
LUFA
/
DoxygenPages
/
ConfiguringApps.txt
diff --git
a/LUFA/DoxygenPages/ConfiguringApps.txt
b/LUFA/DoxygenPages/ConfiguringApps.txt
index
bf6ae1f
..
2b4dbf7
100644
(file)
--- a/
LUFA/DoxygenPages/ConfiguringApps.txt
+++ b/
LUFA/DoxygenPages/ConfiguringApps.txt
@@
-19,6
+19,12
@@
*
* \section Sec_AppConfigParams The Default Application Template
*
*
* \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
* each application, the important standard variables which should be altered are:
*
* Inside each makefile, a number of configuration variables are listed with the syntax "<VARIABLE NAME> = <VALUE>". For
* each application, the important standard variables which should be altered are:
*