aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2012-07-15 09:12:08 -0400
committerDavid A. Mellis <d.mellis@arduino.cc>2012-07-15 09:12:08 -0400
commitef7a66b84596267e91ee98a39d653ada60be2175 (patch)
tree61b3f3a44a3cb0c26a218cd54d29c2b3fd8f13d4
parente77ee2903b276f350e69f12a008088de5a308211 (diff)
Use "wiring" (not "stk500v2") avrdude protocol for uploads to Mega 2560.
It performs the auto-reset in avrdude. Otherwise, some uploads seem to fail (possibly because it takes too long to launch avrdude from the IDE, so there's too much of a delay between the auto-reset done by the IDE and the upload). http://code.google.com/p/arduino/issues/detail?id=806
-rw-r--r--boards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards.txt b/boards.txt
index 638eb4a..e5ce6af 100644
--- a/boards.txt
+++ b/boards.txt
@@ -106,7 +106,7 @@ nano.build.variant=eightanaloginputs
mega2560.name=Arduino Mega 2560 or Mega ADK
-mega2560.upload.protocol=stk500v2
+mega2560.upload.protocol=wiring
mega2560.upload.maximum_size=258048
mega2560.upload.speed=115200