Minor documentation improvements.
[pub/lufa.git] / LUFA / DoxygenPages / BuildSystem.txt
index 3ecb945..9906fc6 100644 (file)
  *    <td>Version of the C++ standard to apply when compiling C++ source files (see GCC manual).</td>\r
  *   </tr>\r
  *   <tr>\r
+ *    <td><tt>DEBUG_FORMAT</tt></td>\r
+ *    <td>Format of the debug information to embed in the generated object files (see GCC manual).</td>\r
+ *   </tr>\r
+ *   <tr>\r
+ *    <td><tt>DEBUG_LEVEL</tt></td>\r
+ *    <td>Level of the debugging information to embed in the generated object files (see GCC manual).</td>\r
+ *   </tr>\r
+ *   <tr>\r
  *    <td><tt>F_CPU</tt></td>\r
  *    <td>Speed of the processor CPU clock, in Hz.</td>\r
  *   </tr>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><tt>CC_FLAGS</tt></td>\r
- *    <td>Common flags to pass to the compiler, assembler and linker, after the automatically generated flags.</td>\r
+ *    <td>Common flags to pass to the C/C++ compiler and assembler, after the automatically generated flags.</td>\r
  *   </tr>\r
  *   <tr>\r
  *    <td><tt>LD_FLAGS</tt></td>\r
  *    <td>Program the device FLASH memory with the application's executable data.</td>\r
  *   </tr>\r
  *   <tr>\r
- *    <td><tt>avrdude</tt></td>\r
+ *    <td><tt>avrdude-ee</tt></td>\r
  *    <td>Program the device EEPROM memory with the application's EEPROM data.</td>\r
  *   </tr>\r
  *  </table>\r
  *    <td>Name of the programmer or debugger tool to communicate with (e.g. <tt>jtagicemkii</tt>).</td>\r
  *   </tr>\r
  *   <tr>\r
- *    <td><tt>ATPROGRAM_PORT</tt></td>\r
+ *    <td><tt>AVRDUDE_PORT</tt></td>\r
  *    <td>Name of the communication port to use when when programming with the connected tool (e.g. <tt>COM2</tt>, <tt>/dev/ttyUSB0</tt> or <tt>usb</tt>).</td>\r
  *   </tr>\r
  *   <tr>\r
- *    <td><tt>ATPROGRAM_FLAGS</tt></td>\r
+ *    <td><tt>AVRDUDE_FLAGS</tt></td>\r
  *    <td>Additional flags to pass to avrdude when programming, applied after the automatically generated flags.</td>\r
  *   </tr>\r
  *  </table>\r