diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-06-11 15:55:05 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-06-11 15:55:05 +0530 |
| commit | 2453f35baebb20f3170e5fdc021cb7a70ee226e7 (patch) | |
| tree | 329ece0ba9e12f7d052dec8434a5c91ad1ac11e0 | |
| parent | f26a134418346cb8ae5745660f77b5e2d26d9148 (diff) | |
Add todo's and known issues
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -67,13 +67,15 @@ This project adheres to Semantic [Versioning 2.0](http://semver.org/). All contributions (even documentation) are welcome :) Open a pull request and I would be happy to merge them. -If you are looking for ideas to work on, then check out the following TODO items. +If you are looking for ideas to work on, then check out the following TODO items or the [issue tracker](https://github.com/sudar/Arduino-Makefile/issues/). ## Know Issues / TODO's - Doesn't work with Arduino 1.5.x 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)) -If you find an issue or have an idea for a feature then log them at https://github.com/sudar/Arduino-Makefile/issues/ +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/) ## Similar works - It's not a derivative of this, but Alan Burlison has written a [similar thing](http://bleaklow.com/2010/06/04/a_makefile_for_arduino_sketches.html). |
