From eaa8f1fe44fe8f7b8731288ac9f769fdecdb7a51 Mon Sep 17 00:00:00 2001 From: Simon John Date: Fri, 15 May 2015 18:09:00 +0100 Subject: Updated some documentation to clarify 1.5+ settings. Fixes #352 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 950b513..820649c 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3