Skip to content

Commit de21423

Browse files
committed
Merge pull request #342 from sej7278/master
Replace comment about not supporting 1.5 with not supporting SAM
2 parents eba20c7 + 1e1f2f6 commit de21423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ If you are looking for ideas to work on, then check out the following TODO items
255255

256256
## Limitations / Know Issues / TODO's
257257

258-
- Doesn't work with Arduino 1.5.x yet. Follow [issue #45](https://github.com/sudar/Arduino-Makefile/issues/45) for progress.
258+
- Doesn't support SAM boards yet.
259259
- 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))
260260
- More than one .ino or .pde file is not supported yet ([issue #49](https://github.com/sudar/Arduino-Makefile/issues/49))
261261
- 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.

0 commit comments

Comments
 (0)