X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/7941245122dc547952e573b2c5e8fd7bc657f257..43d993e1f67011a0c2a29da0ef793a01dc2dac82:/LUFA/DoxygenPages/BuildSystem.txt
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 8a498a335..7ddfa1be3 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -190,6 +190,10 @@
*
Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags. |
*
*
+ * | COMPILER_PATH |
+ * Directory where the C/C++ toolchain is located, if not available in the system PATH. |
+ *
+ *
* | LD_FLAGS |
* Flags to pass to the linker, after the automatically generated flags. |
*
@@ -320,7 +324,7 @@
* \section SSec_BuildModule_ATPROGRAM_Requirements Requirements
* This module requires the atprogram.exe utility to be available in your system's PATH
* variable. The atprogram.exe utility is distributed in Atmel AVR Studio 5.x and Atmel Studio 6.x
- * inside the application install folder's "\avrdbg" subdirectory.
+ * inside the application install folder's "\atbackend" subdirectory.
*
* \section SSec_BuildModule_ATPROGRAM_Targets Targets
*
@@ -789,7 +793,7 @@
*
* The SOURCES LUFA build system module, providing variables listing the various LUFA source files
* required to be build by a project for a given LUFA module. This module gives a way to reference
- * LUFA source files symbollically, so that changes to the library structure do not break the library
+ * LUFA source files symbolically, so that changes to the library structure do not break the library
* makefile.
*
* To use this module in your application makefile, add the following code:
@@ -909,7 +913,7 @@
*
* | Error "Makefile {X} option must be Y or N" shown when compiling. |
* The specified Makefile value was configured in your project's makefile or on the command line, but was set to a value other than a Y (for "Yes") or "N" (for "No").
- * This configuration option is required to be one of the aformentioned boolean values, and other values are invalid. Set this option to either Y or N and try again. |
+ * This configuration option is required to be one of the aforementioned boolean values, and other values are invalid. Set this option to either Y or N and try again.
*
*
* | Error "Unknown input source file formats: {X}" shown when compiling. |
@@ -957,7 +961,7 @@
*
*
* | Error "unknown MCU '{X}' specified" shown when compiling. |
- * The specified micocontroller device model name set in the user application's makefile as the MCU parameter is incorrect, or unsupported by the
+ * | The specified microcontroller device model name set in the user application's makefile as the MCU parameter is incorrect, or unsupported by the
* version of the compiler being used. Make sure the model name is correct, or upgrade to the latest Atmel Toolchain to obtain newer device support. |
*
*