16 Commits (64eb1889ab80354f4c8ca7c2d4ffb9407ec0643b)

Author SHA1 Message Date
Andrew Tridgell 43e3948816 desktop: show the full path to the desktop executable 13 years ago
Andrew Tridgell 91b03a48c1 desktop: added SKETCH as a define 13 years ago
Andrew Tridgell ffba37d599 desktop: first version of register level SITL support 13 years ago
Andrew Tridgell e0488e134f desktop: fixed build with updated dataflash interface 13 years ago
Andrew Tridgell a9c0cbac77 desktop: make DataFlash for Desktop build replace APM1 build 13 years ago
Andrew Tridgell a0fd4f710f desktop: force awk on macos 13 years ago
Andrew Tridgell 5194fe489d desktop: make desktop build more portable 13 years ago
Andrew Tridgell da800a295f Desktop: added support for DataFlash in Desktop build 13 years ago
Andrew Tridgell bdfcad234e RC_Channel_aux is needed for ArduPlane build 13 years ago
Jason Short 142707711e Updates to guided mode from Michael O. 14 years ago
Michael Oborne 20ed86da28 fastserial tcp 14 years ago
Michael Oborne 12131911b2 Desktop: cygwin fixs for AP and AC SIL 14 years ago
Andrew Tridgell 25d07075b7 desktop: more cygwin fixes 14 years ago
Andrew Tridgell 75d31dcc4c desktop: removed the need for libbsd 14 years ago
Andrew Tridgell ea82b27fe5 support building with common Makefile.desktop 14 years ago
Andrew Tridgell 0939b51a4c added build makefiles 14 years ago
Andrew Tridgell 7098e8cfa1 first rough build for desktop CPUs 14 years ago
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