mirror of
https://github.com/damellis/attiny
synced 2025-08-31 05:45:10 +00:00
Merge pull request #61 from carlosefr/ide-1.6.x
Silence warning when opening the boards manager.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
name=ATtiny Microcontrollers
|
||||
|
||||
tools.avrdude.path={runtime.tools.avrdude.path}
|
||||
tools.avrdude.erase.params.verbose=-v -v -v -v
|
||||
tools.avrdude.erase.params.quiet=-q -q
|
||||
tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{build.mcu} -c{protocol} {program.extra_params} -e -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:{bootloader.high_fuses}:m -Ulfuse:w:{bootloader.low_fuses}:m
|
||||
|
Reference in New Issue
Block a user