diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-06-01 17:14:38 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-07-12 19:05:35 +0200 |
| commit | 8cdae73deb032eab3c06111de32229d85783ad2d (patch) | |
| tree | 2534480b2e2c367702eb561a87517eb83d251f34 /README.md | |
| parent | 542529ae4ff419f66360c7075ebc0bb9807fcd67 (diff) | |
Made all the changes into one commit that could be a patch for master
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
