aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-08-08 18:35:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-08-08 18:35:05 +0000
commita148d63e8b0f9de5f2f49157c437889d5486c12e (patch)
tree21be2fd819c15043f6c20a1cef85746adcda93fe /LUFA/DoxygenPages/BuildSystem.txt
parentfb917b701637c0bb6980c657f3c888057305eb9e (diff)
downloadlufa-a148d63e8b0f9de5f2f49157c437889d5486c12e.tar.gz
lufa-a148d63e8b0f9de5f2f49157c437889d5486c12e.tar.bz2
lufa-a148d63e8b0f9de5f2f49157c437889d5486c12e.zip
Minor documentation fixes.
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index c30a88bb4..9906fc678 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -392,7 +392,7 @@
* <td>Program the device FLASH memory with the application's executable data.</td>
* </tr>
* <tr>
- * <td><tt>avrdude</tt></td>
+ * <td><tt>avrdude-ee</tt></td>
* <td>Program the device EEPROM memory with the application's EEPROM data.</td>
* </tr>
* </table>
@@ -418,11 +418,11 @@
* <td>Name of the programmer or debugger tool to communicate with (e.g. <tt>jtagicemkii</tt>).</td>
* </tr>
* <tr>
- * <td><tt>ATPROGRAM_PORT</tt></td>
+ * <td><tt>AVRDUDE_PORT</tt></td>
* <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>
* </tr>
* <tr>
- * <td><tt>ATPROGRAM_FLAGS</tt></td>
+ * <td><tt>AVRDUDE_FLAGS</tt></td>
* <td>Additional flags to pass to avrdude when programming, applied after the automatically generated flags.</td>
* </tr>
* </table>