X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b7e3c86e4e5d4262a608163176d0b01c0cc54b29..f1a2bca684bc1c3bc417c2c3d44029a9c46d5e20:/LUFA/DoxygenPages/BuildSystem.txt
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 3ecb9459a..9906fc678 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -155,6 +155,14 @@
*
Version of the C++ standard to apply when compiling C++ source files (see GCC manual). |
*
*
+ * | DEBUG_FORMAT |
+ * Format of the debug information to embed in the generated object files (see GCC manual). |
+ *
+ *
+ * | DEBUG_LEVEL |
+ * Level of the debugging information to embed in the generated object files (see GCC manual). |
+ *
+ *
* | F_CPU |
* Speed of the processor CPU clock, in Hz. |
*
@@ -172,7 +180,7 @@
*
*
* | CC_FLAGS |
- * Common flags to pass to the compiler, assembler and linker, after the automatically generated flags. |
+ * Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags. |
*
*
* | LD_FLAGS |
@@ -384,7 +392,7 @@
* Program the device FLASH memory with the application's executable data. |
*
*
- * | avrdude |
+ * avrdude-ee |
* Program the device EEPROM memory with the application's EEPROM data. |
*
*
@@ -410,11 +418,11 @@
* Name of the programmer or debugger tool to communicate with (e.g. jtagicemkii). |
*
*
- * | ATPROGRAM_PORT |
+ * AVRDUDE_PORT |
* Name of the communication port to use when when programming with the connected tool (e.g. COM2, /dev/ttyUSB0 or usb). |
*
*
- * | ATPROGRAM_FLAGS |
+ * AVRDUDE_FLAGS |
* Additional flags to pass to avrdude when programming, applied after the automatically generated flags. |
*
*