avr platform: fixed avrdude path
This commit is contained in:
parent
ef1cb94d32
commit
78cc7d4764
|
@ -76,8 +76,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
|
|||
# ------------------------------
|
||||
|
||||
tools.avrdude.path={runtime.tools.avrdude.path}
|
||||
tools.avrdude.cmd.path={path}/avrdude
|
||||
tools.avrdude.config.path={path}/avrdude.conf
|
||||
tools.avrdude.cmd.path={path}/bin/avrdude
|
||||
tools.avrdude.config.path={path}/etc/avrdude.conf
|
||||
|
||||
tools.avrdude.upload.params.verbose=-v
|
||||
tools.avrdude.upload.params.quiet=-q -q
|
||||
|
|
Loading…
Reference in New Issue