From 8cdae73deb032eab3c06111de32229d85783ad2d Mon Sep 17 00:00:00 2001 From: Simon John Date: Sun, 1 Jun 2014 17:14:38 +0100 Subject: Made all the changes into one commit that could be a patch for master --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 821db2e..cd0626f 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ On Windows (using cygwin), you might want to set: MONITOR_PORT = com3 BOARD_TAG = mega2560 +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 + BOARD_SUB = atmega168 + It is recommended in Windows that you create a symbolic link to avoid problems with file naming conventions on Windows. For example, if your your Arduino directory is in: c:\Program Files (x86)\Arduino -- cgit v1.2.3