DrZiplok
|
4f7402eee9
|
Suppress warnings from the Arduino core, since we can't do anything about them.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2076 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-05-03 05:04:27 +00:00 |
tridge60@gmail.com
|
fe648644ce
|
added a few more warning flags for when building with the Makefile
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2070 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-05-02 05:50:13 +00:00 |
tridge60@gmail.com
|
a633617eef
|
added -Wformat in Arduino.mk
when building with 'make' we get warnings related to printf() format
strings
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1798 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-03-21 07:26:03 +00:00 |
DrZiplok
|
a02136236f
|
Add the ability to find the sketchbook when called from a Makefile in a library example.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1400 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2011-01-02 22:16:21 +00:00 |
DrZiplok
|
23e78d0f4b
|
Fix/improve depdendency handling. Deps are autogenerated on the first compile pass and consumed on subsequent builds. This helps work around the difficulty of building the 'clean' target with Eclipse.
Don't depend on the build directory anywhere; we automake it as required.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1368 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-30 03:45:50 +00:00 |
DrZiplok
|
7bc153f038
|
More awk-related changes. mawk hangs on the parser scripts, so try gawk; it's what we'll need for cygwin anyway.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1367 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-30 03:20:33 +00:00 |
DrZiplok
|
f0f13752d0
|
We need TOOLPATH even when ARDUINO is defined. Refactor.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1366 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-30 02:25:55 +00:00 |
DrZiplok
|
f65076dccc
|
Adjust the awk scanners to deal with the somewhat less featureful awk found on many Linux systems.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1365 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-30 02:16:01 +00:00 |
DrZiplok
|
0dac8fca62
|
Better TOOLPATH handling for Linux
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1364 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-29 23:13:44 +00:00 |
DrZiplok
|
4d490359e7
|
Try to find the AVR tools on Linux
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1363 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-29 22:39:39 +00:00 |
DrZiplok@gmail.com
|
2ec1d69a0f
|
Move Arduino.mk here. This library should always be present in a constant location for our projects.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1361 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
2010-12-29 19:43:58 +00:00 |