aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk-vars.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2019-06-19 09:05:02 +0530
committerGitHub <noreply@github.com>2019-06-19 09:05:02 +0530
commit3f1ef10d40ca30ffc4c75402723af82b4d080536 (patch)
tree84a06c2f5b3cd28c0cf1db240fcc5892623e9e83 /arduino-mk-vars.md
parentcf5d016746c82e72c501ee10dfd55be6bf937d83 (diff)
parentec1947a7cda724b4de7783a1f74abf31ae59e955 (diff)
Merge pull request #586 from SearchAThing-forks/master
allow to enable AVRDUDE_AUTOERASE_FLASH
Diffstat (limited to 'arduino-mk-vars.md')
-rw-r--r--arduino-mk-vars.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md
index 3ee05d0..85fbd9f 100644
--- a/arduino-mk-vars.md
+++ b/arduino-mk-vars.md
@@ -1308,6 +1308,24 @@ AVRDUDE_CONF = /usr/share/arduino/hardware/tools/avrdude.conf
----
+### AVRDUDE_AUTOERASE_FLASH
+
+**Description:**
+
+Enable autoerase flash.
+
+By default disabled.
+
+**Example:**
+
+```Makefile
+AVRDUDE_AUTOERASE_FLASH = yes
+```
+
+**Requirement:** *Optional*
+
+----
+
### AVR_TOOLS_PATH
**Description:**