aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2015-04-06 09:05:55 +0530
committerSudar Muthu <sudar@sudarmuthu.com>2015-04-06 09:05:55 +0530
commitde21423c9c37864d8015bc837a0f59bf49daa819 (patch)
tree299eb03e1af90389b5069f3552d4052cee06a832 /README.md
parenteba20c78c4f7cc9fc1d0b89fd82e5c441b9a6c3f (diff)
parent1e1f2f6b95f3cd60ec13ad484957ed759f5c01d0 (diff)
Merge pull request #342 from sej7278/master
Replace comment about not supporting 1.5 with not supporting SAM
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c573e63..5a372cc 100644
--- a/README.md
+++ b/README.md
@@ -255,7 +255,7 @@ If you are looking for ideas to work on, then check out the following TODO items
## Limitations / Know Issues / TODO's
-- Doesn't work with Arduino 1.5.x yet. Follow [issue #45](https://github.com/sudar/Arduino-Makefile/issues/45) for progress.
+- Doesn't support SAM boards yet.
- 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.