diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2020-02-24 09:57:13 +0100 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2020-02-24 09:57:13 +0100 |
| commit | 93b251a4e1379378d07f2607c7f15b44e2c545a4 (patch) | |
| tree | 3bb1140c8994809eaf1b8681f21b1d9769d64dc9 /README.md | |
| parent | 62caf00a157d410b98f93c3d9c4cf543d85b00b0 (diff) | |
| parent | e870443f4824cbbcd560f500c6072012dd668f62 (diff) | |
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile into HEAD
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ sudo port install py27-serial On Windows: -You need to install Cygwin and its packages for Make, Perl and the following Serial library. +You need to install Cygwin and its packages for Make, Perl, Python2 and the following Serial library. Assuming you included Python in your Cygwin installation: @@ -226,7 +226,7 @@ On Windows (using MSYS and PuTTY), you might want to set the following extra par ```make MONITOR_CMD = putty - MONITOR_PARMS = 8,1,n,N + MONITOR_PARAMS = 8,1,n,N ``` On Arduino 1.5+ installs, you should set the architecture to either `avr` or `sam` and if using a submenu CPU type, then also set that: |
