33 Commits (1aa85865582403148972171268f3e9482ca4db65)

Author SHA1 Message Date
Amilcar Lucas 45950489d1 More improvements to MS Windows 14 years ago
amilcar 7a510084b1 Fix serial port on windows 14 years ago
amilcar 550deffbe8 Make it work on windows "out-of-the-box" 14 years ago
Amilcar Lucas c37fabea66 Added a comment to the BOARD type of teh make configure output file 14 years ago
Amilcar Lucas eaaf44e2c8 Fix Arduino version detection on some systems 14 years ago
James Goppert 9e6b47184a Arduino version directory updated to lib/version.txt 14 years ago
Amilcar Lucas 03740469fd fix quotes and indentation 14 years ago
James Goppert 9c766d6373 Added override for mega upload protocol. 14 years ago
James Goppert 6abb8a0796 Modified Arduino.mk to use correct upload protocol if not overrided. 14 years ago
Andrew Tridgell ba6c58a33c build: cope with more depths for libraries 14 years ago
Janne M d5e5240e19 Issue #415: Modified spotlight search string. Added UPLOAD_PROTOCOL parameter to makefile to use different programmer. 14 years ago
Mike Smith 42abbb41fd Add options to generate assembly listings for all of the compiled 14 years ago
DrZiplok c0b4cb661f GNU sed wants -r, Darwin/BSD sed wants -E. 14 years ago
Mike Smith c1460add3b Reinstate a Cygwin workround that was backed out by the previous changes. 14 years ago
joeholdsworth@gmail.com 6dbfd78197 updated make file for cygwin compatibility 14 years ago
james.goppert 5b3079bcd6 Fixed debug command. 14 years ago
joeholdsworth@gmail.com 1e08040002 update to arduino.mk file to allow easier use with cygwin. 14 years ago
tridge60@gmail.com a9278b6fcd build: added EXTRAFLAGS to make rules 14 years ago
james.goppert 56483bc322 Added debug/ upload targets to Arduino.mk 14 years ago
james.goppert a3950ca63e Added config.mk file inclusion for global configurations settings on make based builds. See ArduPilotOne for scripts/configure to see an example. config.mk should be located in the temporary directory where the rest of the build results are placed. 14 years ago
DrZiplok 582cc1e229 Enable map file generation. 14 years ago
tridge60@gmail.com ea728060f3 disable the re-ordered initialisation warnings 14 years ago
DrZiplok 4f7402eee9 Suppress warnings from the Arduino core, since we can't do anything about them. 14 years ago
tridge60@gmail.com fe648644ce added a few more warning flags for when building with the Makefile 14 years ago
tridge60@gmail.com a633617eef added -Wformat in Arduino.mk 14 years ago
DrZiplok a02136236f Add the ability to find the sketchbook when called from a Makefile in a library example. 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. 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. 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. 14 years ago