Add todo's and known issues

This commit is contained in:
Sudar 2013-06-11 15:55:05 +05:30
parent f26a134418
commit 2453f35bae

View file

@ -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. 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 ## Know Issues / TODO's
- Doesn't work with Arduino 1.5.x yet. - 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 ## 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). - 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).