tridge60@gmail.com
|
ea728060f3
|
disable the re-ordered initialisation warnings
these are not useful for us, and will always happen with our parameter
code
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2561 f9c3cf11-9bcb-44bc-f272-b75c42450872
|
14 years ago |
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
|
14 years ago |
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
|
14 years ago |
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
|
14 years ago |
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
|
14 years ago |
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.
|
14 years ago |
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
|
14 years ago |
DrZiplok
|
f0f13752d0
|
We need TOOLPATH even when ARDUINO is defined. Refactor.
|
14 years ago |
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
|
14 years ago |
DrZiplok
|
0dac8fca62
|
Better TOOLPATH handling for Linux
|
14 years ago |
DrZiplok
|
4d490359e7
|
Try to find the AVR tools on Linux
|
14 years ago |
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
|
14 years ago |