/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: edam
  • Date: 2013-01-04 16:45:47 UTC
  • Revision ID: tim@ed.am-20130104164547-xxr8xicwbxzrdn67
updated TODO

Show diffs side-by-side

added added

removed removed

1
1
TODO
2
2
 
3
 
* Check for libraries in `lib` or `libraries` directories of the project.
4
 
   They should detected, so that #include-ing their headers works.  And they
5
 
   should be built and linked against when added (explicitly or automatically)
6
 
   to LIBRARIES.
 
3
  * add win32 support (bug 1)
 
4
  * fix library inclusion (bug 3)
 
5
  * add support for arduino-1.5 and the Arduino Duo (see
 
6
    https://github.com/arduino/Arduino/tree/ide-1.5.x).
 
7
  * look at adding support for "build cores" and "upload protocols"