aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2015-04-08 16:12:00 +0530
committerSudar <sudar@sudarmuthu.com>2015-04-08 16:13:01 +0530
commit0cc6faf16d16c9eb4efbac2ec1d9af6f8932d277 (patch)
treebbaaf4b05f177e6f5e75a501adce8cd1525bd30a /README.md
parent66ff5ce94e01a104b15d1937f657189254ece0d6 (diff)
Update README about the version of Arduino that are supported
Fix #328
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index edddbbe..950b513 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def
- Works on all three major OS (Mac, Linux, Windows)
- Auto detects serial baud rate and libraries used
- Support for `*.ino` and `*.pde` sketches as well as raw `*.c` and `*.cpp`
-- Support for Arduino Software versions 1.0.x as well as 0.x.
-Support for Arduino 1.5.x is still work in progress
+- Support for Arduino Software versions 0.x, 1.0.x, 1.5.x and 1.6.x except 1.6.2.
+We recommend 1.6.3 or above version of Arduino IDE.
- Automatic dependency tracking. Referred libraries are automatically included
in the build process. Changes in `*.h` files lead to recompilation of sources which include them