Added AVRDUDE_MEMORY option to the AVRDUDE build system module (thanks to Alex Ferm).

This commit is contained in:
Dean Camera
2016-02-07 16:15:29 +11:00
parent f52566d6db
commit f7cdc82369
2 changed files with 9 additions and 2 deletions
+4
View File
@@ -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