aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-11-23 18:56:08 +0530
committerSudar <sudar@sudarmuthu.com>2014-11-23 18:56:08 +0530
commite99deb2079960641b147508613a61907b24ac810 (patch)
treeaa4c8f44e27307946f53b8c85fea5a590d0972c1 /README.md
parent4b7d99907308ea416d1a295e38411ce06813c9cc (diff)
parent78452da702aef594272e7c515eb3b5b451bf5d46 (diff)
Merge pull request #298 from PeterMosmans/puttywindows
Added support for PuTTY on Windows
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b7cf4c..ce7a76c 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,11 @@ On Windows (using cygwin), you might want to set:
MONITOR_PORT = com3
BOARD_TAG = mega2560
+On Windows (using MSYS and PuTTY), you might want to set the following extra parameters:
+
+ MONITOR_CMD = putty
+ MONITOR_PARMS = 8,1,n,N
+
On Arduino 1.5.x installs, you should set the architecture to either `avr` or `sam` and if using a submenu CPU, then also set that:
ARCHITECTURE = avr