aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2015-04-05 17:14:32 +0530
committerSudar <sudar@sudarmuthu.com>2015-04-05 17:14:32 +0530
commiteba20c78c4f7cc9fc1d0b89fd82e5c441b9a6c3f (patch)
tree1b4c15aced353f203f442c8ea45d8c577fd995d2
parentc4089c02b05b470364f90b270bbc9ecd491f1fb8 (diff)
Add a note about Arduino.org
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 15707a2..c573e63 100644
--- a/README.md
+++ b/README.md
@@ -259,6 +259,7 @@ If you are looking for ideas to work on, then check out the following TODO items
- Since it doesn't do any pre processing like Arduino IDE, you have to declare all methods before you use them ([issue #59](https://github.com/sudar/Arduino-Makefile/issues/59))
- More than one .ino or .pde file is not supported yet ([issue #49](https://github.com/sudar/Arduino-Makefile/issues/49))
- When you compile for the first time, it builds all libs inside Arduino directory even if it is not needed. But while linking only the relevant files are linked. ([issue #29](https://github.com/sudar/Arduino-Makefile/issues/29)). Even Arduino IDE does the same thing though.
+- This makefile doesn't support boards or IDE from Arduino.org.
If you find an issue or have an idea for a feature then log them in the [issue tracker](https://github.com/sudar/Arduino-Makefile/issues/)