Update arduino-mk-vars.md
This commit is contained in:
parent
5a0c80bf0c
commit
b351ab375d
1 changed files with 18 additions and 0 deletions
|
@ -1281,6 +1281,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:**
|
||||
|
|
Loading…
Reference in a new issue