diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-05-16 10:39:40 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-05-16 10:39:40 +0530 |
| commit | 977e43f90a65febb0c265c78b2af63173c423548 (patch) | |
| tree | e57342382e8649fea37432b04eeb96dffcf65f1c /README.md | |
| parent | cd74017a06c3969a2520d991559340a02e9311b9 (diff) | |
| parent | eaa8f1fe44fe8f7b8731288ac9f769fdecdb7a51 (diff) | |
Merge pull request #353 from sej7278/master
Updated some documentation to clarify 1.5+ settings.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -162,10 +162,11 @@ On Windows (using MSYS and PuTTY), you might want to set the following extra par 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: +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: ```make ARCHITECTURE = avr + BOARD_TAG = atmegang BOARD_SUB = atmega168 ``` |
