Go to file
Matthijs Kooijman f61b5ee5de Reduce avrdude verbosity
Previously, when verbose uploads were enabled, avrdude was run with four
-v options, causing it to dump all raw bytes exchanged with the
bootloader. This floods the console so much that meaningful output
mostly disappears.

Most users probably want to enable verbose mode just to see what avrdude
command is ran. Furthermore, users that benefit from the raw bytes
dumped are perfectly capable of either running avrdude manually, or
modifying platform.txt. Given that, running avrdude with just one  -v
should be plenty.

This fixes #891.
2014-10-30 12:36:06 +01:00
bootloaders merge 2013-10-14 12:42:42 +02:00
cores/arduino Merge branch 'master' into ide-1.5.x 2014-10-21 17:47:59 +02:00
firmwares Merge branch 'master' into ide-1.5.x 2014-09-16 12:19:39 +02:00
libraries SPI Transactions for AVR 2014-08-01 05:38:27 -07:00
variants Merge branch 'master' into ide-1.5.x 2014-02-12 17:17:33 +01:00
boards.txt set correct max size for mega2560 2014-09-20 03:09:54 +05:30
platform.txt Reduce avrdude verbosity 2014-10-30 12:36:06 +01:00
programmers.txt added support for the ArduinoISP 2014-07-02 15:03:12 +02:00