aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/BuildSystem.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-02-07 16:15:29 +1100
committerDean Camera <dean@fourwalledcubicle.com>2016-02-07 16:15:29 +1100
commitf7cdc8236988eca7f5b22a87c648f989414be1e8 (patch)
treedda19d6a58c25361e11c7a263e8e570ac7de9a77 /LUFA/DoxygenPages/BuildSystem.txt
parentf52566d6db90f29e3e92f7b13e3a8659dc136bbf (diff)
downloadlufa-f7cdc8236988eca7f5b22a87c648f989414be1e8.tar.gz
lufa-f7cdc8236988eca7f5b22a87c648f989414be1e8.tar.bz2
lufa-f7cdc8236988eca7f5b22a87c648f989414be1e8.zip
Added AVRDUDE_MEMORY option to the AVRDUDE build system module (thanks to Alex Ferm).
Diffstat (limited to 'LUFA/DoxygenPages/BuildSystem.txt')
-rw-r--r--LUFA/DoxygenPages/BuildSystem.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/BuildSystem.txt b/LUFA/DoxygenPages/BuildSystem.txt
index 7ddfa1be3..e06727e84 100644
--- a/LUFA/DoxygenPages/BuildSystem.txt
+++ b/LUFA/DoxygenPages/BuildSystem.txt
@@ -443,6 +443,10 @@
* <td><tt>AVRDUDE_FLAGS</tt></td>
* <td>Additional flags to pass to avrdude when programming, applied after the automatically generated flags.</td>
* </tr>
+ * <tr>
+ * <td><tt>AVRDUDE_MEMORY</tt></td>
+ * <td>Main memory space used when programming in an application *e.g. <tt>application</tt> for a DFU bootloader, or <tt>flash</tt> for a regular programmer).</td>
+ * </tr>
* </table>
*
* \section SSec_BuildModule_AVRDUDE_ProvidedVariables Module Provided Variables